remove some include/import we dont need.
include all the headers we do need before each code fragment
This commit is contained in:
parent
c217a73090
commit
716ab805a0
1 changed files with 3 additions and 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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue