diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-17 15:49:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-17 15:49:56 +0000 |
| commit | 716ab805a0053ceb494ad9a20e058ba7aa9c5bbb (patch) | |
| tree | 50951b22d1cb426686e9b216746f5e993f3c0f4b | |
| parent | c217a730901137252cde2d3a39b59c4ebd53e879 (diff) | |
remove some include/import we dont need.
include all the headers we do need before each code fragment
| -rw-r--r-- | wrap/ob.i | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) { |
