From d96fc0a68eb50249e61cc899d0e5601edeef0c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sat, 27 Oct 2018 11:42:39 -0300 Subject: [PATCH] stable_headers: Move to pragma once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/stable_headers.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/stable_headers.h b/src/stable_headers.h index da7194078c..b9f0119f42 100644 --- a/src/stable_headers.h +++ b/src/stable_headers.h @@ -1,9 +1,7 @@ -#ifndef STABLE_HEADERS_H -#define STABLE_HEADERS_H +#pragma once #include #include #include -#endif // STABLE_HEADERS_H -- GitLab