diff options
Diffstat (limited to 'src/diagram.h')
-rw-r--r-- | src/diagram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diagram.h b/src/diagram.h index b2dacb3..3e2cac2 100644 --- a/src/diagram.h +++ b/src/diagram.h @@ -3,7 +3,7 @@ * * * - * Copyright (C) 1997-2011 by Dimitri van Heesch. + * Copyright (C) 1997-2012 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -17,7 +17,7 @@ */ #include "qtbc.h" -#include "entry.h" +#include "types.h" class ClassDef; class DiagramRow; |