X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fregistry_net.qh;h=6c947d7c5db192d390eab5d9b3616e190af37f56;hb=d144c8153c29556e45d8ec4be7774f68c9611e59;hp=14e4dbc3cc60e5a006985fb578ed7f7788609afd;hpb=c741e6b3f012aa525f23e1df30d1d933b383fbc5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/registry_net.qh b/qcsrc/lib/registry_net.qh index 14e4dbc3c..6c947d7c5 100644 --- a/qcsrc/lib/registry_net.qh +++ b/qcsrc/lib/registry_net.qh @@ -1,5 +1,4 @@ -#ifndef REGISTRY_NET_H -#define REGISTRY_NET_H +#pragma once #include "net.qh" @@ -24,5 +23,3 @@ void Registry_send(string id, string hash) WriteString(channel, hash); } #endif - -#endif