about summary refs log tree commit diff
path: root/urt/rle_addhist.c
diff options
context:
space:
mode:
Diffstat (limited to 'urt/rle_addhist.c')
-rw-r--r--urt/rle_addhist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/urt/rle_addhist.c b/urt/rle_addhist.c
index 3ddcbf8c..b1651754 100644
--- a/urt/rle_addhist.c
+++ b/urt/rle_addhist.c
@@ -25,14 +25,13 @@
  * Copyright (c) 1988, Curtin University of Technology
  */
 
-#include "rle.h"
-
 #include <string.h>
 #include <stdio.h>
-
 #include <time.h>
 
 #include "netpbm/mallocvar.h"
+#include "rle.h"
+
 
 /*****************************************************************
  * TAG( rle_addhist )