X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff6b424a2e66adde9357ed87eb3a9b9448173806..e185a681ddac3cecac57c99b0c0049fe21e4b29a:/src/x11/nanox.c

diff --git a/src/x11/nanox.c b/src/x11/nanox.c
index 0aafc49442..5c2c8b27ab 100644
--- a/src/x11/nanox.c
+++ b/src/x11/nanox.c
@@ -2,16 +2,13 @@
  * nanox.c
  *
  * Replacements for some comomon Xlib functions
+ * Licence: The wxWidgets licence
  */
 
 #include "wx/setup.h"
 
 #if wxUSE_NANOX
 
-#ifdef __GNUG__
-#pragma implementation "Xlib.h"
-#endif
-
 #include <ctype.h>
 #include <malloc.h>
 #include <string.h>