Sync to trunk revision 61757.
[reactos.git] / dll / directx / wine / d3dcompiler_43 / d3dcompiler_private.h
index 4573762..c530489 100644 (file)
 #include <config.h>
 #include <wine/port.h>
 
+#include <assert.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>
-
 #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,