From 5c6261023acd68e27768c889d90a5bbed51e4151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 2 Feb 2016 20:08:06 -0800 Subject: [PATCH] Cleanup. --- 3rdparty/etc2/ProcessRGB.cpp | 1 - 3rdparty/etc2/Types.hpp | 2 +- 3rdparty/pvrtc/BitScale.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/3rdparty/etc2/ProcessRGB.cpp b/3rdparty/etc2/ProcessRGB.cpp index a19d750e5..de03845c8 100644 --- a/3rdparty/etc2/ProcessRGB.cpp +++ b/3rdparty/etc2/ProcessRGB.cpp @@ -1,4 +1,3 @@ -#include #include #include "Math.hpp" diff --git a/3rdparty/etc2/Types.hpp b/3rdparty/etc2/Types.hpp index 0d8feddc6..b31da22e4 100644 --- a/3rdparty/etc2/Types.hpp +++ b/3rdparty/etc2/Types.hpp @@ -1,7 +1,7 @@ #ifndef __DARKRL__TYPES_HPP__ #define __DARKRL__TYPES_HPP__ -#include +#include typedef int8_t int8; typedef uint8_t uint8; diff --git a/3rdparty/pvrtc/BitScale.h b/3rdparty/pvrtc/BitScale.h index a9e5cec32..b600fe935 100644 --- a/3rdparty/pvrtc/BitScale.h +++ b/3rdparty/pvrtc/BitScale.h @@ -2,7 +2,7 @@ #pragma once -#include +#include //============================================================================