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 --- client/tunnel_channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/tunnel_channel.cpp') diff --git a/client/tunnel_channel.cpp b/client/tunnel_channel.cpp index dd50933d..383944f6 100644 --- a/client/tunnel_channel.cpp +++ b/client/tunnel_channel.cpp @@ -21,7 +21,7 @@ #include "common.h" #include "tunnel_channel.h" -#include "red.h" +#include #define SOCKET_WINDOW_SIZE 60 #define SOCKET_TOKENS_TO_SEND 20 -- cgit