diff options
Diffstat (limited to 'include/memo.h')
-rw-r--r-- | include/memo.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/memo.h b/include/memo.h index a41730b53..5ce167839 100644 --- a/include/memo.h +++ b/include/memo.h @@ -9,8 +9,7 @@ * Based on the original code of Services by Andy Church. */ -#ifndef MEMO_H -#define MEMO_H +#pragma once #include "anope.h" #include "serialize.h" @@ -51,5 +50,3 @@ struct CoreExport MemoInfo static MemoInfo *GetMemoInfo(const Anope::string &targ, bool &is_chan); }; - -#endif // MEMO_H |