summaryrefslogtreecommitdiff
path: root/tools/runjson.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-01-31 10:28:46 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-01-31 10:28:46 +0100
commit2a2f2354e16a0e53f1bc23a03ea51d0eec007210 (patch)
treee9dcbe81bd480131c0e7a206c90732aa587fae94 /tools/runjson.c
parentee65b87173d08a6561a8d315c908dfbec3cd421c (diff)
Allow a single ufo/ufo.h header only
From a user perspective it is simpler to remember to include ufo/ufo.h. This is also more future-proof if header file names or dependencies change.
Diffstat (limited to 'tools/runjson.c')
-rw-r--r--tools/runjson.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/runjson.c b/tools/runjson.c
index f932bf1..929c0d2 100644
--- a/tools/runjson.c
+++ b/tools/runjson.c
@@ -18,12 +18,7 @@
*/
#include <stdlib.h>
-#include <glib-object.h>
-#include <ufo-config.h>
-#include <ufo-task-graph.h>
-#include <ufo-arch-graph.h>
-#include <ufo-scheduler.h>
-#include <ufo-resources.h>
+#include <ufo.h>
static void
handle_error (const gchar *prefix, GError *error, UfoGraph *graph)