Skip to content

Commit bd49b2c

Browse files
committed
Fix headers
1 parent 78231b5 commit bd49b2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mutators/grammar/grammarmutator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "grammarmutator.h"
21
#include "common.h"
2+
#include "grammarmutator.h"
33

44
#define MUTATOR_REPEAT_PROB 0.5
55

rangetracker.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
#include "rangetracker.h"
1817
#include "common.h"
18+
#include "rangetracker.h"
1919

2020
#include <algorithm>
2121

@@ -79,4 +79,4 @@ void SHMRangeTracker::ConsolidateRanges(std::vector<Range>& inranges, std::vecto
7979
}
8080

8181
// printf("SHMRangeTracker::ConsolidateRanges %zd %zd\n", inranges.size(), outranges.size());
82-
}
82+
}

shm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ void SharedMemory::Close() {
107107
free(name);
108108
}
109109

110-
#endif
110+
#endif

0 commit comments

Comments
 (0)