Fixed a couple of header files ordering issues.
This commit is contained in:
parent
0adec9a7c1
commit
bb133bd596
|
@ -25,6 +25,7 @@
|
|||
#define GLPRIVATE_NO_REDEFINE
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -44,7 +45,6 @@
|
|||
#include "ddraw_private.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/library.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include "gl_private.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
@ -38,7 +39,6 @@
|
|||
# include <sys/wait.h>
|
||||
#endif
|
||||
#include "wine/debug.h"
|
||||
#include "wine/port.h"
|
||||
#include "winerror.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -66,7 +67,6 @@
|
|||
#include "winreg.h"
|
||||
#include "winuser.h"
|
||||
#include "wine/winuser16.h"
|
||||
#include "wine/port.h"
|
||||
#include "win.h"
|
||||
#include "winerror.h"
|
||||
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -31,8 +35,6 @@
|
|||
|
||||
#include "psdrv.h"
|
||||
#include "wine/debug.h"
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
|
||||
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -31,8 +35,6 @@
|
|||
|
||||
#include "psdrv.h"
|
||||
#include "wine/debug.h"
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue