Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[pal] Header cleanups for FeaturePart and include cleanups
  • Loading branch information
nyalldawson committed Jul 19, 2015
1 parent 0f396f3 commit 9a23cec
Show file tree
Hide file tree
Showing 18 changed files with 205 additions and 317 deletions.
10 changes: 4 additions & 6 deletions src/core/pal/costcalculator.cpp
Expand Up @@ -13,19 +13,17 @@
* *
***************************************************************************/

#include <iostream>
#include <fstream>
#include <cmath>
#include <cstring>
#include <cfloat>

#include "layer.h"
#include "pal.h"
#include "feature.h"
#include "geomfunction.h"
#include "labelposition.h"
#include "util.h"
#include "costcalculator.h"
#include <iostream>
#include <fstream>
#include <cmath>
#include <cfloat>

namespace pal
{
Expand Down

0 comments on commit 9a23cec

Please sign in to comment.