Fix more header sorting issues in DolphinWX/ (now check-includes clean).

This commit is contained in:
Pierre Bourdon
2014-02-19 02:56:29 +01:00
parent ffe588cc24
commit 592ebc5262
48 changed files with 213 additions and 237 deletions

View File

@ -2,17 +2,18 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "DolphinWX/X11Utils.h"
#include <spawn.h>
#include <sys/wait.h>
#include <unistd.h>
#include <sys/wait.h>
#include "DolphinWX/X11Utils.h"
extern char **environ;
#if defined(HAVE_WX) && HAVE_WX
#include <string>
#include <algorithm>
#include <string>
#include "DolphinWX/WxUtils.h"
#endif