remove some include/import we dont need.

include all the headers we do need before each code fragment
This commit is contained in:
Dana Jansens 2003-02-17 15:49:56 +00:00
parent c217a73090
commit 716ab805a0

View file

@ -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)
{