From a78d73805f467d3ced0a70a1758435498fd1dbac Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 00:28:01 +0000 Subject: (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. --- src/track_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/track_type.h') diff --git a/src/track_type.h b/src/track_type.h index bd8ccde15..6042bca50 100644 --- a/src/track_type.h +++ b/src/track_type.h @@ -5,6 +5,8 @@ #ifndef TRACK_TYPE_H #define TRACK_TYPE_H +#include "core/enum_type.hpp" + /** * These are used to specify a single track. * Can be translated to a trackbit with TrackToTrackbit -- cgit v1.2.3-54-g00ecf