Deleted some doubled #includes.

This commit is contained in:
adrian17 2013-09-27 21:38:07 +02:00
parent d8adf95b24
commit 5f86bc44d4
17 changed files with 0 additions and 28 deletions

View file

@ -18,7 +18,6 @@
#include <algorithm> // min
#include <string> // System: To be able to add strings with "+"
#include <stdio.h>
#include <math.h>
#ifdef _WIN32
#include "CommonWindows.h"
@ -30,7 +29,6 @@
#include "thread/threadutil.h"
#include "util/text/utf8.h"
#include "Common.h"
#include "LogManager.h" // Common
#include "ConsoleListener.h" // Common
#include "Atomics.h"