Rename .h file extension to .hpp, and fix some include orderings
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <aocTests/TestContext.h>
|
||||
#include <aocTests/TestContext.hpp>
|
||||
|
||||
class Part1TestContext
|
||||
: public TestContext
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <aocTests/TestContext.h>
|
||||
#include <aocTests/TestContext.hpp>
|
||||
|
||||
class Part2TestContext
|
||||
: public TestContext
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <aoc/Solver.h>
|
||||
#include <aoc/Solver.hpp>
|
||||
|
||||
class TestContext
|
||||
{
|
||||
Reference in New Issue
Block a user