X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fcursespad.cc;h=3685c5e5b35fc4c4977a6130ba2703c7d238d546;hp=d875a815c74b70599357937bc8c8386a5174a7a2;hb=2639531af0c3ca25b48e7bcb9c790fa566cc5892;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/c++/cursespad.cc b/c++/cursespad.cc index d875a815..3685c5e5 100644 --- a/c++/cursespad.cc +++ b/c++/cursespad.cc @@ -1,6 +1,6 @@ // * this is for making emacs happy: -*-Mode: C++;-*- /**************************************************************************** - * Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. * + * Copyright (c) 1998-2005,2007 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -33,12 +33,10 @@ #include "internal.h" -#include +#include +#include -#include "etip.h" -#include "cursesw.h" - -MODULE_ID("$Id: cursespad.cc,v 1.11 2005/07/23 20:51:23 tom Exp $") +MODULE_ID("$Id: cursespad.cc,v 1.12 2007/04/07 18:43:54 tom Exp $") NCursesPad::NCursesPad(int nlines, int ncols) : NCursesWindow(),