00001 00012 #ifndef GITKR_INCLUDES_H 00013 #define GITKR_INCLUDES_H 00014 00015 //-- global includes ---------------------------------------------------------- 00016 00017 #include "config.h" 00018 #include <libgitk/gitk.h> 00019 00020 #include <errno.h> 00021 #include <signal.h> 00022 #include <unistd.h> 00023 00024 //-- general widget structure --------------------------------------------- 00025 00026 00027 00028 //-- layout structure --------------------------------------------------------- 00029 00030 00031 00032 //-- local includes ------------------------------------------------------------ 00033 00034 #include "gitkrdone.h" 00035 #include "gitkreventloop.h" 00036 #include "gitkrglobal.h" 00037 #include "gitkrhideshow.h" 00038 #include "gitkrinit.h" 00039 00040 #endif /* GITKR_INCLUDES_H */