diff options
author | Egbert Eich <eich@suse.de> | 2014-04-22 14:31:39 +0200 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2014-04-30 17:27:19 +0200 |
commit | 72a9703ae45fda895b658a97d125d8f62ff664aa (patch) | |
tree | 0e40af5c77d9b5acdd754fc6a6b3b79989f84ba0 /src/ast.h | |
parent | 8fb9e1008473bc91b036dba5e9fb85f12bad7753 (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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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" |