]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/inpcons.cpp
Remove unused debian subdirectory.
[wxWidgets.git] / src / univ / inpcons.cpp
index 34743eff776efc0ae2830a2b3ccc2bf2cd66802b..c1c601cd645c2cc3897b916cd4461e0dc515865d 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     14.08.00
-// RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/window.h"
+#endif // WX_PRECOMP
+
 #include "wx/univ/renderer.h"
 #include "wx/univ/inphand.h"
 #include "wx/univ/theme.h"
@@ -108,4 +111,3 @@ bool wxInputConsumer::PerformAction(const wxControlAction& WXUNUSED(action),
 {
     return false;
 }
-