Style: Replace header guards with #pragma once
This commit is contained in:
@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef SERVER_WRAP_MT_COMMON_H
|
||||
#define SERVER_WRAP_MT_COMMON_H
|
||||
#pragma once
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
#define MAIN_THREAD_SYNC_CHECK \
|
||||
@ -810,5 +809,3 @@
|
||||
server_name->m_type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15); \
|
||||
} \
|
||||
}
|
||||
|
||||
#endif // SERVER_WRAP_MT_COMMON_H
|
||||
|
||||
Reference in New Issue
Block a user