Added `pragma once` to cputil.h
authorAndrey Okoshkin <a.okoshkin@samsung.com>
Wed, 7 Feb 2018 10:23:16 +0000 (13:23 +0300)
committerAndrey Okoshkin <a.okoshkin@samsung.com>
Wed, 7 Feb 2018 16:02:03 +0000 (19:02 +0300)
src/debug/netcoredbg/cputil.h

index c4b1e7f8d59e0a42cf82617dd4a8fc9806cf42c0..0a71394290f70c37070e36710ad93cc4b44a6e24 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright (c) 2017 Samsung Electronics Co., LTD
 // Distributed under the MIT License.
 // See the LICENSE file in the project root for more information.
+#pragma once
 
 #include <string>
 #include <locale>