From 95ca0e469ef856c0182bb0da411e4417391e3780 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Feb 2008 00:10:02 +0000 Subject: renamed client and server application objects cleaned up namespaces --- src/client/video.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client/video.cc') diff --git a/src/client/video.cc b/src/client/video.cc index 47e9dde..bb748d0 100644 --- a/src/client/video.cc +++ b/src/client/video.cc @@ -1,10 +1,11 @@ /* - video.cc + client/video.cc This file is part of the Osirion project and is distributed under the terms and conditions of the GNU General Public License version 2 */ -#include "client/client.h" +#include "client/video.h" +#include "client/view.h" #include "render/render.h" #include "sys/sys.h" -- cgit v1.2.3