Skip to content

Commit 6f66780

Browse files
committed
#pragma once
1 parent 3808ff7 commit 6f66780

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/FunctionFake.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#ifndef FUNCTION_FAKE_H
2-
#define FUNCTION_FAKE_H
1+
#pragma once
32

43
#include "fakeit/fakeit.hpp"
54

@@ -40,5 +39,3 @@ struct FunctionFake
4039

4140
virtual long map(long, long, long, long, long) = 0;
4241
};
43-
44-
#endif // FUNCTION_FAKE_H

0 commit comments

Comments
 (0)