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.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/urt/rle_addhist.c b/urt/rle_addhist.c
index 04e26206..b1651754 100644
--- a/urt/rle_addhist.c
+++ b/urt/rle_addhist.c
@@ -25,19 +25,13 @@
  * Copyright (c) 1988, Curtin University of Technology
  */
 
-#include "rle.h"
-
 #include <string.h>
 #include <stdio.h>
-
-#ifdef  USE_TIME_H
 #include <time.h>
-#else
-#include <sys/types.h>
-#include <sys/time.h>
-#endif
 
-#include "mallocvar.h"
+#include "netpbm/mallocvar.h"
+#include "rle.h"
+
 
 /*****************************************************************
  * TAG( rle_addhist )