Use a central header.

$ time (make clean; make)

Before: ~8.0 seconds
After: ~8.1 seconds
This commit is contained in:
2011-01-10 11:20:14 +01:00
parent 01d771403e
commit 63b36a2b5b
13 changed files with 46 additions and 83 deletions

View File

@@ -10,21 +10,11 @@
#include <gtk/gtk.h>
#include "liblogdiag.h"
#include "config.h"
#include "ld-window-main.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"
/**
* SECTION:ld-window-main