summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2014-04-22 14:31:39 +0200
committerEgbert Eich <eich@freedesktop.org>2014-04-30 17:27:19 +0200
commit72a9703ae45fda895b658a97d125d8f62ff664aa (patch)
tree0e40af5c77d9b5acdd754fc6a6b3b79989f84ba0 /src/ast.h
parent8fb9e1008473bc91b036dba5e9fb85f12bad7753 (diff)
Include local headers only when needed
Move inclusion of local headers from ast.h to the individual files. Include only those headers which are needed. Signed-off-by: Egbert Eich <eich@suse.de> Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ast.h b/src/ast.h
index 953f257..6001b63 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -357,8 +357,3 @@ Bool ASTUnmapMem(ScrnInfoPtr pScrn);
Bool ASTMapMMIO(ScrnInfoPtr pScrn);
void ASTUnmapMMIO(ScrnInfoPtr pScrn);
-/* Include Files */
-#include "ast_mode.h"
-#include "ast_vgatool.h"
-#include "ast_2dtool.h"
-#include "ast_cursor.h"