libgeda

libgeda_priv.h

Go to the documentation of this file.
00001 /* System headers which libgeda headers rely on */
00002 #include <glib.h>
00003 #include <glib-object.h>
00004 #include <libguile.h>
00005 #include <gdk-pixbuf/gdk-pixbuf.h>
00006 #include <glib/gstdio.h>
00007 
00008 /* Public libgeda headers */
00009 #include "defines.h"
00010 #include "struct.h"
00011 #include "globals.h"
00012 #include "o_types.h"
00013 #include "colors.h"
00014 #include "papersizes.h"
00015 #include "prototype.h"
00016 #include "funcs.h"
00017 #include "edaerrors.h"
00018 
00019 #include "geda_list.h"
00020 
00021 /* Private libgeda headers */
00022 #include "struct_priv.h"
00023 #include "prototype_priv.h"
00024 #include "i_vars_priv.h"
00025 
00026 /* Gettext translation */
00027 #include "gettext_priv.h"
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines