laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/27581 )
Change subject: e1d.h: add #pragma once ......................................................................
e1d.h: add #pragma once
all other header files already have it in place.
Change-Id: Ia7a7856563c2c9d422b73fdc431e0ea4d456f9aa --- M src/e1d.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved tnt: Looks good to me, but someone else must approve
diff --git a/src/e1d.h b/src/e1d.h index 5d24c5a..dbcc047 100644 --- a/src/e1d.h +++ b/src/e1d.h @@ -21,6 +21,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#pragma once
#include <stdint.h>
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.