]> Dogcows Code - chaz/openbox/blobdiff - otk/otk.hh
kill some whitespace
[chaz/openbox] / otk / otk.hh
index 0ce2b46c43acdb4c521c4b07db21726448e22d7a..9ddf34e9cc85472725df8146a3b54a92ed369f05 100644 (file)
@@ -2,24 +2,22 @@
 #ifndef __otk_hh
 #define __otk_hh
 
-#include "../config.h"
+#include "config.h"
 
 #include "eventdispatcher.hh"
 #include "eventhandler.hh"
 #include "widget.hh"
-#include "focuswidget.hh"
-#include "focuslabel.hh"
 #include "appwidget.hh"
 #include "application.hh"
 #include "assassin.hh"
 #include "label.hh"
 #include "button.hh"
 #include "rendercolor.hh"
-#include "configuration.hh"
 #include "display.hh"
 #include "font.hh"
-//#include "gccache.hh"
+#include "messagedialog.hh"
 #include "rendercontrol.hh"
+#include "size.hh"
 #include "point.hh"
 #include "property.hh"
 #include "rect.hh"
@@ -33,4 +31,9 @@
 #include "ustring.hh"
 #include "widget.hh"
 
+namespace otk {
+void initialize();
+void destroy();
+}
+
 #endif // __otk_hh
This page took 0.021854 seconds and 4 git commands to generate.