~azzar1/unity/lp-1165097

« back to all changes in this revision

Viewing changes to UnityCore/UnityCore.h

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-21 14:28:40 UTC
  • mfrom: (1242.2.14 the-big-reshuffle)
  • Revision ID: neil.patel@canonical.com-20110621142840-y348glj6d7npj6m2
[merge] Update the build system

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Neil Jagdish Patel <neil.patel@canonical.com>
17
17
 */
18
18
 
19
 
#ifndef _UNITY_H_
20
 
#define _UNITY_H_
 
19
#ifndef _UNITY_CORE_H_
 
20
#define _UNITY_CORE_H_
21
21
 
22
22
// Single include for headers
23
23
 
24
 
#endif // _UNITY_H_
 
24
#include <UnityCore/DBusIndicators.h>
 
25
#include <UnityCore/GLibWrapper.h>
 
26
#include <UnityCore/GLibWrapper-inl.h>
 
27
#include <UnityCore/Indicator.h>
 
28
#include <UnityCore/IndicatorEntry.h>
 
29
#include <UnityCore/Indicators.h>
 
30
#include <UnityCore/Variant.h>
 
31
 
 
32
#endif // _UNITY_CORE_H_