mirror of
https://github.com/TomHarte/CLK.git
synced 2025-12-19 14:18:05 +00:00
Switch include guards to #pragma once.
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// Copyright 2018 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef StringSerialiser_hpp
|
||||
#define StringSerialiser_hpp
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
@@ -27,5 +26,3 @@ class StringSerialiser {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /* StringSerialiser_hpp */
|
||||
|
||||
Reference in New Issue
Block a user