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

@@ -74,8 +74,7 @@
////////////////////////////////////////////////////////////////////////////////
#ifndef PRINTBUFFER_HPP
#define PRINTBUFFER_HPP
#pragma once
#include "wrap-deque.hpp"
#include "wrap-string.hpp"
@@ -183,6 +182,3 @@ public:
Invocation invocation(int64_t actor_id);
};
#endif // PRINTBUFFER_HPP