summaryrefslogtreecommitdiff
path: root/src/net/packetcounters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/packetcounters.h')
-rw-r--r--src/net/packetcounters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/packetcounters.h b/src/net/packetcounters.h
index 95a13ee06..afb5dab90 100644
--- a/src/net/packetcounters.h
+++ b/src/net/packetcounters.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef PACKETCOUNTERS_H
-#define PACKETCOUNTERS_H
+#ifndef NET_PACKETCOUNTERS_H
+#define NET_PACKETCOUNTERS_H
#include "localconsts.h"
@@ -61,4 +61,4 @@ private:
static void updateCounter(int &currentSec, int &calc, int &counter);
};
-#endif
+#endif // NET_PACKETCOUNTERS_H