]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
just deleted one empty line (testing CVS server)
[wxWidgets.git] / src / gtk1 / app.cpp
index 5d08196d7b2e1ebd346c18f3211b963cd805ee51..26a9ea36e6d6e023559aee039d0f3761e21ebaa2 100644 (file)
 #include "wx/thread.h"
 #endif
 
-#include "unistd.h"
+#include <unistd.h>
 
-#include "glib.h"
-#include "gdk/gdk.h"
-#include "gtk/gtk.h"
+#include <glib.h>
+#include <gdk/gdk.h>
+#include <gtk/gtk.h>
 
 #include "wx/gtk/win_gtk.h"