Skip to content

Commit 7bd2643

Browse files
Saurav AgarwalSaurav Agarwal
authored andcommitted
Fix header files
1 parent bacc3f9 commit 7bd2643

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

cppsrc/core/include/CoverageControl/algorithms/clairvoyant_cvt.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,8 @@
2929
#ifndef CPPSRC_CORE_INCLUDE_COVERAGECONTROL_ALGORITHMS_CLAIRVOYANT_CVT_H_
3030
#define CPPSRC_CORE_INCLUDE_COVERAGECONTROL_ALGORITHMS_CLAIRVOYANT_CVT_H_
3131

32-
#include <omp.h>
33-
34-
#include <algorithm>
35-
#include <fstream>
36-
#include <iostream>
37-
#include <queue>
38-
#include <random>
39-
#include <set>
40-
#include <vector>
41-
4232
#include "CoverageControl/algorithms/abstract_controller.h"
4333
#include "CoverageControl/coverage_system.h"
44-
#include "CoverageControl/map_utils.h"
45-
#include "CoverageControl/parameters.h"
4634
#include "CoverageControl/typedefs.h"
4735

4836
namespace CoverageControl {

cppsrc/core/include/CoverageControl/map_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232
#include <cmath>
3333
#include <string>
34+
#include <fstream>
3435

36+
#include "CoverageControl/typedefs.h"
3537
#include "CoverageControl/parameters.h"
3638

3739
namespace CoverageControl {

0 commit comments

Comments
 (0)