Convert to pragma once
This commit is contained in:
@@ -115,8 +115,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SOURCE_HPP
|
||||
#define SOURCE_HPP
|
||||
#pragma once
|
||||
|
||||
#include "wrap-string.hpp"
|
||||
|
||||
@@ -213,6 +212,5 @@ public:
|
||||
static void deserialize_source(util::LuaSourceVec *sv, StreamBuffer *sb);
|
||||
};
|
||||
|
||||
#endif // SOURCE_HPP
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user