tools: Consolidate types.h
[deliverable/linux.git] / tools / perf / util / svghelper.h
index f7b4d6e699ea8d987dd461c108038b713bc6b958..e3aff5332e30b6588462c8dcb1dccbfa84165d7d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __PERF_SVGHELPER_H
 #define __PERF_SVGHELPER_H
 
-#include "types.h"
+#include <linux/types.h>
 
 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
This page took 0.030025 seconds and 5 git commands to generate.