X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Flib%2Fregistry_net.qh;h=6c947d7c5db192d390eab5d9b3616e190af37f56;hb=24e85b08e926ae6fa1be129b41fe65a7c208b1fe;hp=14e4dbc3cc60e5a006985fb578ed7f7788609afd;hpb=e9f30b97435c6afe3d6911f21e1f4fd1b97e93da;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