From 4f5d8b786a291811844f5575d30b8ab42c605ff5 Mon Sep 17 00:00:00 2001
From: Dmitriy Gerasimov <dm@cifercom.com>
Date: Sun, 14 Jan 2018 21:41:18 +0700
Subject: [PATCH] [+] pragma once

---
 core/dap_common.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/core/dap_common.h b/core/dap_common.h
index 582885bf6d..2b392d4ee1 100644
--- a/core/dap_common.h
+++ b/core/dap_common.h
@@ -1,6 +1,4 @@
-#ifndef COMMON_H
-#define COMMON_H
-
+#pragma once
 #include <stdarg.h>
 #include <stddef.h>
 #include <stdlib.h>
@@ -59,5 +57,3 @@ char * random_string_create(size_t a_length);
 #ifdef __cplusplus
 }
 #endif
-
-#endif
-- 
GitLab