~ubuntu-branches/ubuntu/utopic/kdevplatform/utopic-proposed

« back to all changes in this revision

Viewing changes to language/duchain/navigation/abstractdeclarationnavigationcontext.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-08-30 03:52:11 UTC
  • mfrom: (0.3.26)
  • Revision ID: package-import@ubuntu.com-20140830035211-wndqlc843eu2v8nk
Tags: 1.7.0-0ubuntu1
* New upstream release
* Add XS-Testsuite: autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define KDEVPLATFORM_ABSTRACTDECLARATIONNAVIGATIONCONTEXT_H
21
21
 
22
22
#include "abstractnavigationcontext.h"
 
23
#include "../declaration.h"
23
24
#include "../duchainpointer.h"
24
 
#include "../types/structuretype.h"
25
 
#include <language/duchain/declaration.h>
 
25
#include "../types/abstracttype.h"
26
26
 
27
27
namespace KDevelop {
28
28
 
 
29
class IdentifiedType;
 
30
class Identifier;
 
31
class QualifiedIdentifier;
 
32
 
29
33
class KDEVPLATFORMLANGUAGE_EXPORT AbstractDeclarationNavigationContext : public AbstractNavigationContext
30
34
{
31
35
  public: