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

This commit is contained in:
Pierre Bourdon
2014-02-19 02:17:31 +01:00
parent fca12c4c4e
commit 6847a0fc0c
12 changed files with 33 additions and 36 deletions

View File

@ -4,14 +4,14 @@
#pragma once
#include "Common/Common.h"
#include <X11/X.h>
#include <X11/keysym.h>
#include <X11/X.h>
#if defined(HAVE_WX) && HAVE_WX
#include <wx/wx.h>
#endif
#include "Common/Common.h"
namespace InputCommon
{
#if defined(HAVE_WX) && HAVE_WX