mirror of
https://github.com/anope/anope.git
synced 2026-07-08 13:23:13 +02:00
Consistently use #pragma once across all header files.
This replaces a mixture of no include guards, ANOPE_FOO_H, and FOO_H.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
* Please read COPYING and README for further details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "module.h"
|
||||
#include "modules/sql.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user