7 lines
103 B
C
7 lines
103 B
C
|
#ifndef __GLIB_OBJECT_H__
|
||
|
#define __GLIB_OBJECT_H__
|
||
|
|
||
|
#include "glib.h"
|
||
|
|
||
|
#endif /* __GLIB_OBJECT_H__ */
|