From c1580fd8f8b06efef471578e2ba66a4efb7745c8 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 24 May 2021 21:05:16 +0200 Subject: Add copyright notice to all files --- src/common.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index bfa3903..5766565 100644 --- a/src/common.h +++ b/src/common.h @@ -1,8 +1,3 @@ -#ifndef GBAEXP_COMMON_H -#define GBAEXP_COMMON_H - -#include "shorthand.h" - /* Copyright (c) 2021 Bad Diode @@ -14,6 +9,11 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE. */ +#ifndef GBAEXP_COMMON_H +#define GBAEXP_COMMON_H + +#include "shorthand.h" + // // Memory sections. // -- cgit v1.2.1