aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lru.h')
-rw-r--r--src/lru.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lru.h b/src/lru.h
index a70b165d..3f4181e9 100644
--- a/src/lru.h
+++ b/src/lru.h
@@ -2,7 +2,6 @@
Least-recently-used cache implementation
*/
-
#ifndef FISH_LRU_H
#define FISH_LRU_H
@@ -11,6 +10,7 @@
#include <map>
#include <set>
#include <list>
+
#include "common.h"
/** A predicate to compare dereferenced pointers */