aboutsummaryrefslogtreecommitdiffstats
path: root/include/kv.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2024-07-04 20:49:53 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-02-02 19:09:51 +0300
commit3eeee14d5d5c93ae3d156aabae5a96d1c09f185a (patch)
treef23794a428cf663498cff01a148a3f398d42f120 /include/kv.h
parent0cd383b2c444936dc2290c850c02a0cae11187cd (diff)
Renamed types, migrated to make, changed directory hierarchy
Diffstat (limited to 'include/kv.h')
-rw-r--r--include/kv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/kv.h b/include/kv.h
index b5f9842..ff28ce3 100644
--- a/include/kv.h
+++ b/include/kv.h
@@ -1,8 +1,6 @@
#ifndef JUSTANOTHERCATGIRL_KV_H
#define JUSTANOTHERCATGIRL_KV_H
-#include "packet.h"
-
#define KV_SERVER_ADDRESS_STRING "95.164.2.199"
#define KV_SERVER_ADDRESS_INT ((95 << 24) | (164 << 16) | (2 << 8) | (199 << 0))