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_vgatool.c | |
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_vgatool.c')
-rw-r--r-- | src/ast_vgatool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c index b42ac7a..9a96ac5 100644 --- a/src/ast_vgatool.c +++ b/src/ast_vgatool.c @@ -52,6 +52,7 @@ /* Driver specific headers */ #include "ast.h" +#include "ast_vgatool.h" __inline ULONG MIndwm(UCHAR *mmiobase, ULONG r) |