Fix build error on FreeBSD

Don't rely on indirect header includes.
This commit is contained in:
Brecht Van Lommel
2019-05-31 12:14:02 +02:00
parent aa55581776
commit 2f78bd1d52

View File

@@ -24,8 +24,10 @@
#include "GHOST_DropTargetX11.h"
#include "GHOST_Debug.h"
#include <ctype.h>
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <string.h>
bool GHOST_DropTargetX11::m_xdndInitialized = false;
DndClass GHOST_DropTargetX11::m_dndClass;