diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-02-04 18:13:02 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-02-04 18:49:05 +0100 |
commit | 16540e99531b301d55e896c2244ca099895e6062 (patch) | |
tree | 377cb386240236ed36e8e2b0423a90f7dc0535c6 /tools | |
parent | 1f516978527b223882c02d8c23834a0f30279dec (diff) |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/reds_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> #include <string.h> #include <unistd.h> -#include "reds_stat.h" +#include <spice/stats.h> #define TAB_LEN 4 #define VALUE_TABS 7 |