]> git.stg.codes - stg.git/blobdiff - include/service_conf.h
Headers moved to subdir stg
[stg.git] / include / service_conf.h
diff --git a/include/service_conf.h b/include/service_conf.h
deleted file mode 100644 (file)
index 6c958c4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef SERVICE_CONF_H
-#define SERVICE_CONF_H
-
-struct SERVICE_CONF
-{
-string  name;
-string  comment;
-double  cost;
-int     payDay;
-};
-
-#endif //SERVICE_CONF_H
-