1
0
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:
Sadie Powell
2022-01-04 12:02:50 +00:00
parent c9f93eeaed
commit 7d1047490e
84 changed files with 140 additions and 176 deletions
+2
View File
@@ -6,6 +6,8 @@
* Please read COPYING and README for further details.
*/
#pragma once
#include "module.h"
#include "modules/sql.h"