From 5f9d6b9c699664d5be7e29e2335038d9ac7e5b20 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Mon, 23 Nov 2015 14:48:17 +0100 Subject: [PATCH] fixed compilation error on Linux due to a bad include --- src/frameworks/UBPlatformUtils_linux.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frameworks/UBPlatformUtils_linux.cpp b/src/frameworks/UBPlatformUtils_linux.cpp index 17011217..20a68d27 100644 --- a/src/frameworks/UBPlatformUtils_linux.cpp +++ b/src/frameworks/UBPlatformUtils_linux.cpp @@ -31,7 +31,6 @@ #include #include -#include #include #include "frameworks/UBFileSystemUtils.h"