X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a500fb72810060e52d87ad2c2e4691531f0bcc5a..2574a28cbf000603bc31f61593dbf061ff56c1d5:/projects/stargazer/plugins/other/smux/tables.h?ds=sidebyside diff --git a/projects/stargazer/plugins/other/smux/tables.h b/projects/stargazer/plugins/other/smux/tables.h index 1e27b326..17875cec 100644 --- a/projects/stargazer/plugins/other/smux/tables.h +++ b/projects/stargazer/plugins/other/smux/tables.h @@ -1,16 +1,14 @@ -#ifndef __TABLES_H__ -#define __TABLES_H__ +#pragma once + +#include "sensors.h" #include #include -#include "sensors.h" - namespace STG { -struct Tariffs; -struct Users; -} +class Tariffs; +class Users; class TableSensor { public: @@ -42,5 +40,4 @@ class TariffUsersTable : public TableSensor { }; typedef std::map Tables; - -#endif +}