Remove superflous includes.
This commit is contained in:
parent
b35ad79d7b
commit
362ebd039d
|
@ -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 )
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#define __TPROFILE_H
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue