traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/commands Scroll.cpp Scroll.h


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/commands Scroll.cpp Scroll.h
Date: Tue, 22 Jan 2008 20:56:06 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       08/01/22 20:56:06

Modified files:
        src/commands   : Scroll.cpp Scroll.h 

Log message:
        cleanup includes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/commands/Scroll.cpp?cvsroot=traverso&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/traverso/src/commands/Scroll.h?cvsroot=traverso&r1=1.3&r2=1.4

Patches:
Index: Scroll.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/commands/Scroll.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Scroll.cpp  22 Jan 2008 20:47:16 -0000      1.3
+++ Scroll.cpp  22 Jan 2008 20:56:06 -0000      1.4
@@ -1,4 +1,5 @@
 /*
+    Copyright (C) 2008 Remon Sijrier
     Copyright (C) 2007 Ben Levitt 
  
     This file is part of Traverso
@@ -18,17 +19,11 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
 */
 
-#include <libtraversocore.h>
-
 #include "Scroll.h"
 
 #include "SheetView.h"
-#include <ClipsViewPort.h>
-
-// Always put me below _all_ includes, this is needed
-// in case we run with memory leak detection enabled!
-#include "Debugger.h"
-
+#include "ContextPointer.h"
+#include "ClipsViewPort.h"
 
 Scroll::Scroll(SheetView* sv, QVariantList args)
        : Command("Scroll")

Index: Scroll.h
===================================================================
RCS file: /sources/traverso/traverso/src/commands/Scroll.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Scroll.h    22 Jan 2008 20:47:16 -0000      1.3
+++ Scroll.h    22 Jan 2008 20:56:06 -0000      1.4
@@ -1,4 +1,5 @@
 /*
+    Copyright (C) 2008 Remon Sijrier
     Copyright (C) 2007 Ben Levitt 
  
     This file is part of Traverso




reply via email to

[Prev in Thread] Current Thread [Next in Thread]