summaryrefslogtreecommitdiff
path: root/src/mesa/main/pack.c
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-09-14 12:57:32 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-07-08 14:27:09 -0700
commit56ff5359890b88ee09849876443feb3fa3065913 (patch)
treebe552f16b5884a59df1b8d4fb19e917bc6840ebb /src/mesa/main/pack.c
parentcbdf3fa3432b2a4a217f6d44399f99713f6ae840 (diff)
downloadmesa-use-utils-functions2.tar.gz
remove final imports.h bitsuse-utils-functions2
This moves the fi_types to a new mesa_private.h and removes the imports.c file. The vast majority of this patch is just removing pound includes of imports.h and fixing up the recursive includes. v2: - remove duplicate addition
Diffstat (limited to 'src/mesa/main/pack.c')
-rw-r--r--src/mesa/main/pack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c
index 64ad115f8b5..a400085f0da 100644
--- a/src/mesa/main/pack.c
+++ b/src/mesa/main/pack.c
@@ -46,12 +46,10 @@
#include "glheader.h"
#include "enums.h"
#include "image.h"
-#include "imports.h"
#include "macros.h"
#include "mtypes.h"
#include "pack.h"
#include "pixeltransfer.h"
-#include "imports.h"
#include "glformats.h"
#include "format_utils.h"
#include "format_pack.h"