Browse Source

Remove superflous includes.

Simon Richter 10 years ago
committed by Wayne Stambaugh
parent
commit
362ebd039d
  1. 1
      common/math/math_util.cpp
  2. 1
      include/layers_id_colors_and_visibility.h
  3. 1
      include/profile.h

1
common/math/math_util.cpp

@ -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 )

1
include/layers_id_colors_and_visibility.h

@ -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>

1
include/profile.h

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

Loading…
Cancel
Save