Convert to pragma once
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef PPRINT_HPP
|
||||
#define PPRINT_HPP
|
||||
#pragma once
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include <ostream>
|
||||
@@ -89,5 +88,3 @@ public:
|
||||
|
||||
friend class PrintMachine;
|
||||
};
|
||||
|
||||
#endif // PPRINT_HPP
|
||||
Reference in New Issue
Block a user