Convert to pragma once
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef INVOCATION_HPP
|
||||
#define INVOCATION_HPP
|
||||
#pragma once
|
||||
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-map.hpp"
|
||||
@@ -72,6 +71,3 @@ using UniqueInvocation = std::unique_ptr<Invocation>;
|
||||
|
||||
class InvocationQueue : public eng::deque<Invocation> {
|
||||
};
|
||||
|
||||
|
||||
#endif // INVOCATION_HPP
|
||||
|
||||
Reference in New Issue
Block a user