Remove superflous includes.

This commit is contained in:
Simon Richter 2015-07-31 09:50:47 -04:00 committed by Wayne Stambaugh
parent b35ad79d7b
commit 362ebd039d
3 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#include <cstdlib>
#include <climits>
#include <math/math_util.h>
#include <stdint.h>
template<>
int rescale( int aNumerator, int aValue, int aDenominator )

View File

@ -31,7 +31,6 @@
#ifndef LAYERS_ID_AND_VISIBILITY_H_
#define LAYERS_ID_AND_VISIBILITY_H_
#include <stdint.h>
#include <vector>
#include <bitset>
#include <wx/string.h>

View File

@ -31,7 +31,6 @@
#define __TPROFILE_H
#include <sys/time.h>
#include <string>
#include <stdint.h>
/**