X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fregistry_net.qh;h=6c947d7c5db192d390eab5d9b3616e190af37f56;hb=418989bd3d3306930a7695842b19328b30b0316c;hp=14e4dbc3cc60e5a006985fb578ed7f7788609afd;hpb=317ec3eb27ada1c4668876e9499136125acb7984;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