]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configitemselector.h
Small fixes to allow compilation in Unicode mode with gcc
[wxWidgets.git] / utils / configtool / src / configitemselector.h
index bc518e10e30cb48cccc0406a45a35f7b5cf69e5b..6f1f9583f71aa11abbca4ef0541fe9d527934b1b 100644 (file)
 #ifndef _CONFIGITEMSELECTOR_H_
 #define _CONFIGITEMSELECTOR_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "configitemselector.cpp"
-#endif
-
 /*!
  * Includes
  */
 
 ////@begin includes
+
+#include "wx/intl.h"
+#include "wx/dialog.h"
+
 ////@end includes
 
 /*!