mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
Use GTK+ single includes
This commit is contained in:
@ -16,15 +16,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
|
||||||
#error "Only <gtk/gtk.h> can be included directly."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __FOO_TREE_STORE_H__
|
#ifndef __FOO_TREE_STORE_H__
|
||||||
#define __FOO_TREE_STORE_H__
|
#define __FOO_TREE_STORE_H__
|
||||||
|
|
||||||
#include <gtk/gtktreemodel.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/gtktreesortable.h>
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user