diff options
Diffstat (limited to 'source/frontend/StarWireInterface.hpp')
-rw-r--r-- | source/frontend/StarWireInterface.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarWireInterface.hpp b/source/frontend/StarWireInterface.hpp index f1c44d2..04a0f64 100644 --- a/source/frontend/StarWireInterface.hpp +++ b/source/frontend/StarWireInterface.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_WIRE_INTERFACE_HPP -#define STAR_WIRE_INTERFACE_HPP +#pragma once #include "StarPane.hpp" #include "StarWiring.hpp" @@ -44,5 +43,3 @@ private: }; } - -#endif |