back out dav1d 0.6.0->0.5.1 nasm incompatible most systems, upgrade openexr to 2...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / transportque.inc
index 2660361a23131bb3a2bd307cc371080080c7418d..7b1c2068cfdd175404338d0e010a018a041d2689 100644 (file)
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef TRANSPORTQUE_INC
-#define TRANSPORTQUE_INC
+#ifndef __TRANSPORTQUE_INC__
+#define __TRANSPORTQUE_INC__
 
 // Directions
 #define PLAY_FORWARD 0
@@ -56,6 +56,5 @@
 #define CHANGE_NONE                  0x0
 
 class TransportCommand;
-class TransportQue;
 
 #endif