summaryrefslogtreecommitdiff
path: root/src/net/ipc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-01 21:21:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-01 22:13:44 +0300
commit41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6 (patch)
tree75a934dd456f4079898b77f17fc2e5da631ba761 /src/net/ipc.h
parent33ef923235aeabd07308816bb07ef790cc6c1024 (diff)
downloadplus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.tar.gz
plus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.tar.bz2
plus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.tar.xz
plus-41ffafd17ad8f0a7ee060cc9f48bca04a1e16cb6.zip
Fix code style.
Diffstat (limited to 'src/net/ipc.h')
-rw-r--r--src/net/ipc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ipc.h b/src/net/ipc.h
index 739eb746e..b1216815b 100644
--- a/src/net/ipc.h
+++ b/src/net/ipc.h
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef IPC_H
-#define IPC_H
+#ifndef NET_IPC_H
+#define NET_IPC_H
#include "net/sdltcpnet.h"
@@ -72,4 +72,4 @@ class IPC final
extern IPC *ipc;
-#endif // IPC_H
+#endif // NET_IPC_H