improved output
[ppastats.git] / src / cache.c
index d70e308..940294e 100644 (file)
     02110-1301 USA
 */
 
+#include <string.h>
+
 #include "cache.h"
 #include "ppastats.h"
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <string.h>
 
 /*
-  Stupid cache implementation but should be enough for storing LP data.
+  Simple cache implementation but should be enough for storing LP data.
 */
 
 struct entry {