From 72a9703ae45fda895b658a97d125d8f62ff664aa Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 22 Apr 2014 14:31:39 +0200 Subject: 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 Acked-by: Y.C. Chen --- src/ast.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ast.h') 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" -- cgit v1.2.3