♻️ Consistently use pragma once to guard the headers

This commit is contained in:
Anders Jenbo 2021-04-06 13:38:17 +02:00
commit 433edc63ea
82 changed files with 85 additions and 297 deletions

View file

@ -3,8 +3,7 @@
*
* Interface of functionality transmitting chat messages.
*/
#ifndef __TMSG_H__
#define __TMSG_H__
#pragma once
namespace devilution {
@ -39,5 +38,3 @@ void tmsg_cleanup();
#endif
}
#endif /* __TMSG_H__ */