Skip to content

Commit

Permalink
Adjust include path of diagram files
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 10, 2012
1 parent c5b1181 commit d05f7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/core/qgsdiagramrendererv2.cpp
Expand Up @@ -13,7 +13,9 @@
* *
***************************************************************************/
#include "qgsdiagramrendererv2.h"
#include "qgsdiagram.h"
#include "diagram/qgstextdiagram.h"
#include "diagram/qgspiediagram.h"
#include "diagram/qgshistogramdiagram.h"
#include "qgsrendercontext.h"
#include <QDomElement>
#include <QPainter>
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgspallabeling.cpp
Expand Up @@ -37,7 +37,7 @@
#include <QTime>
#include <QPainter>

#include "qgsdiagram.h"
#include "diagram/qgsdiagram.h"
#include "qgsdiagramrendererv2.h"
#include "qgslabelsearchtree.h"
#include "qgsexpression.h"
Expand Down

0 comments on commit d05f7f8

Please sign in to comment.