Convert to pragma once

This commit is contained in:
2026-02-25 01:58:19 -05:00
parent adead5149e
commit 4b81a0768a
35 changed files with 35 additions and 141 deletions

View File

@@ -90,8 +90,7 @@
//
///////////////////////////////////////////////////////////////////
#ifndef IDALLOC_HPP
#define IDALLOC_HPP
#pragma once
#include "wrap-map.hpp"
#include "wrap-sstream.hpp"
@@ -219,5 +218,4 @@ private:
friend int lfn_unittests_idalloc(lua_State *L);
};
#endif // IDALLOC_HPP