[D3DCOMPILER_43]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 Jan 2014 10:47:56 +0000 (10:47 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 Jan 2014 10:47:56 +0000 (10:47 +0000)
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61705

reactos/dll/directx/wine/d3dcompiler_43/d3dcompiler_private.h

index 4573762..c530489 100644 (file)
 #include <config.h>
 #include <wine/port.h>
 
 #include <config.h>
 #include <wine/port.h>
 
+#include <assert.h>
 #include <stdio.h>
 
 #include <stdio.h>
 
-#include <wine/debug.h>
-#include <wine/list.h>
-#include <wine/rbtree.h>
-
 #define COBJMACROS
 #include <windef.h>
 #include <winbase.h>
 #include <objbase.h>
 #define COBJMACROS
 #include <windef.h>
 #include <winbase.h>
 #include <objbase.h>
-
 #include <d3dcompiler.h>
 
 #include <d3dcompiler.h>
 
-#include <assert.h>
+#include <wine/debug.h>
+#include <wine/list.h>
+#include <wine/rbtree.h>
 
 /*
  * This doesn't belong here, but for some functions it is possible to return that value,
 
 /*
  * This doesn't belong here, but for some functions it is possible to return that value,