aboutsummaryrefslogtreecommitdiff
path: root/src/liblogdiag.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-01-10 11:20:14 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-01-10 11:27:05 +0100
commit63b36a2b5b8e04f5d96fa9aa8d212a01c73aad49 (patch)
treea49c9f8982cade3491ff7d0448a1d20b4bee5319 /src/liblogdiag.h
parent01d771403e3a0b20bd39186b079294e60307ee56 (diff)
downloadlogdiag-63b36a2b5b8e04f5d96fa9aa8d212a01c73aad49.tar.gz
logdiag-63b36a2b5b8e04f5d96fa9aa8d212a01c73aad49.tar.xz
logdiag-63b36a2b5b8e04f5d96fa9aa8d212a01c73aad49.zip
Use a central header.
$ time (make clean; make) Before: ~8.0 seconds After: ~8.1 seconds
Diffstat (limited to 'src/liblogdiag.h')
-rw-r--r--src/liblogdiag.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/liblogdiag.h b/src/liblogdiag.h
new file mode 100644
index 0000000..800826f
--- /dev/null
+++ b/src/liblogdiag.h
@@ -0,0 +1,34 @@
+/*
+ * liblogdiag.h
+ *
+ * This file is a part of logdiag.
+ * Copyright Přemysl Janouch 2011. All rights reserved.
+ *
+ * See the file LICENSE for licensing information.
+ *
+ */
+
+#ifndef __LIBLOGDIAG_H__
+#define __LIBLOGDIAG_H__
+
+#include <gtk/gtk.h>
+#include <json-glib/json-glib.h>
+
+#include "ld-marshal.h"
+#include "ld-types.h"
+
+#include "ld-symbol.h"
+#include "ld-symbol-category.h"
+#include "ld-library.h"
+
+#include "ld-diagram-object.h"
+#include "ld-diagram-symbol.h"
+#include "ld-diagram.h"
+
+#include "ld-canvas.h"
+
+#include "ld-lua.h"
+#include "ld-lua-symbol.h"
+
+#endif /* ! __LIBLOGDIAG_H__ */
+