X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fchat_interface.h;h=5dc3d388043f7a31551ab4adbbf7585c84191a97;hb=5505a6af00145263acfeeef7fe27d86dc6ab0351;hp=4784821fc60e56cac5739cee1ecacba6479fc32a;hpb=5e507c9829942c434a6f1ae7a4f3a488c7e50bef;p=minetest.git diff --git a/src/chat_interface.h b/src/chat_interface.h index 4784821fc..5dc3d3880 100644 --- a/src/chat_interface.h +++ b/src/chat_interface.h @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef CHAT_INTERFACE_H -#define CHAT_INTERFACE_H +#pragma once #include "util/container.h" #include @@ -78,5 +77,3 @@ struct ChatInterface { MutexedQueue command_queue; // chat backend --> server MutexedQueue outgoing_queue; // server --> chat backend }; - -#endif