10 lines
159 B
C
10 lines
159 B
C
|
#ifndef GE_SUPPORT_H
|
||
|
#define GE_SUPPORT_H
|
||
|
|
||
|
#include "general-support.h"
|
||
|
#include "cairo-support.h"
|
||
|
#include "widget-information.h"
|
||
|
|
||
|
|
||
|
#endif /* GE_SUPPORT_H */
|