aboutsummaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/print.c b/src/print.c
index fc0c923..1dcb75a 100644
--- a/src/print.c
+++ b/src/print.c
@@ -24,11 +24,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "print.h"
+
#include <stdarg.h>
#include <stdio.h>
-#include "print.h"
-
#define PRINT_ERROR_PREFIX "ERROR: "
#define PRINT_ERROR_SUFFIX "\n"