diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-20 15:18:02 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-20 15:18:02 -0500 |
commit | 709c1a70c8c6a9e132bf0d92f78a12be72beee51 (patch) | |
tree | 66b43e9b8a47827ec24cee6ea4c263f880db5a0d | |
parent | 5b0dfb73ca4699cc4b33720f10416de7440081b7 (diff) |
Remove some duplicate include statements.
-rw-r--r-- | Xext/xres.c | 1 | ||||
-rw-r--r-- | dix/main.c | 1 | ||||
-rw-r--r-- | fb/fb.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/Xext/xres.c b/Xext/xres.c index 281ba20cd..efa6c49c7 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -23,7 +23,6 @@ #include "windowstr.h" #include "gcstruct.h" #include "modinit.h" -#include "registry.h" static int ProcXResQueryVersion (ClientPtr client) diff --git a/dix/main.c b/dix/main.c index bc00ac5e5..335706b70 100644 --- a/dix/main.c +++ b/dix/main.c @@ -87,7 +87,6 @@ Equipment Corporation. #include "os.h" #include "windowstr.h" #include "resource.h" -#include "privates.h" #include "dixstruct.h" #include "gcstruct.h" #include "extension.h" @@ -41,7 +41,6 @@ #include "mi.h" #include "migc.h" #include "mibstore.h" -#include "privates.h" #ifdef RENDER #include "picturestr.h" #else |