00001 00012 #ifndef GITKR_INCLUDES_H 00013 #define GITKR_INCLUDES_H 00014 00015 //-- global includes ----------------------------------------------------------- 00016 00017 // needs to be included before gitk.h - why?? possible libintl issue 00018 #include "Qb/Qb.h" 00019 00020 #include <Inventor/So.h> 00021 #include <Inventor/Qt/SoQt.h> 00022 #include <Inventor/Qt/viewers/SoQtExaminerViewer.h> 00023 00024 #include "config.h" 00025 00026 // define for structs from gitk.h 00027 #ifndef GITK_RENDERER_C 00028 #define GITK_RENDERER_C 00029 #endif 00030 #include <libgitk/gitk.h> 00031 00032 #include <errno.h> 00033 #include <signal.h> 00034 #include <unistd.h> 00035 00036 #endif /* GITKR_INCLUDES_H */