]> Dogcows Code - chaz/openbox/commitdiff
remove some include/import we dont need.
authorDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 15:49:56 +0000 (15:49 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 15:49:56 +0000 (15:49 +0000)
include all the headers we do need before each code fragment

wrap/ob.i

index 7fbd8e83e3d914b45ec33c8501c0d1ff967a7b46..8f3cb4e3b29c5978f973e80cde9ca0f8243c5d9d 100644 (file)
--- a/wrap/ob.i
+++ b/wrap/ob.i
@@ -34,12 +34,14 @@ void send_client_msg(Window target, Atom type, Window about,
 %include "ob_python.i"
 %include "callback.i"
 
-%import "otk.i"
 // for Window etc
 %import "X11/X.h"
 
 %inline %{
 #include <string>
+#include "bindings.hh"
+#include "otk/display.hh"
+#include "otk/screeninfo.hh"
 
 void set_reset_key(const std::string &key)
 {
This page took 0.024638 seconds and 4 git commands to generate.