From bb57d5377058ac371fbcfc79ac97092d47d99850 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 14 Dec 2009 09:28:42 +0100 Subject: [PATCH] TrackContainer: fix Qt header includes Always prefix Qt header includes with name of according module. --- include/track_container.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/track_container.h b/include/track_container.h index e81be6b77..7dd93dc1d 100644 --- a/include/track_container.h +++ b/include/track_container.h @@ -2,8 +2,8 @@ * track_container.h - base-class for all track-containers like Song-Editor, * BB-Editor... * - * Copyright (c) 2004-2008 Tobias Doerffel - * + * Copyright (c) 2004-2009 Tobias Doerffel + * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * * This program is free software; you can redistribute it and/or @@ -23,11 +23,10 @@ * */ - #ifndef _TRACK_CONTAINER_H #define _TRACK_CONTAINER_H -#include +#include #include "track.h" #include "JournallingObject.h"