1 #ifndef _INCLUDE_HUGO_H
2 #define _INCLUDE_HUGO_H
3 
4 #include "pce.h"
5 #include "iniconfig.h"
6 #ifdef GTK
7 #include "gtk_main.h"
8 #endif
9 
10 #endif
11