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"