From 16540e99531b301d55e896c2244ca099895e6062 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 4 Feb 2010 18:13:02 +0100 Subject: Use the new header names I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed --- tools/reds_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/reds_stat.c b/tools/reds_stat.c index f77d8db0..13599728 100644 --- a/tools/reds_stat.c +++ b/tools/reds_stat.c @@ -23,7 +23,7 @@ #include #include #include -#include "reds_stat.h" +#include #define TAB_LEN 4 #define VALUE_TABS 7 -- cgit