~3v1n0/unity/shield-notify-grabs

« back to all changes in this revision

Viewing changes to unity-shared/SearchBar.h

  • Committer: Tarmac
  • Author(s): Gord Allott
  • Date: 2012-05-08 02:32:33 UTC
  • mfrom: (2350.2.9 unity-relayout)
  • Revision ID: tarmac-20120508023233-4123btyqarvu35q1
re-architectures the physical file structure of unity
now several souce directories inside of unity that each house their own specific files. Fixes: . Approved by Gord Allott, Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <UnityCore/GLibSignal.h>
36
36
 
37
37
#include "SearchBarSpinner.h"
38
 
#include "IconTexture.h"
39
 
#include "IMTextEntry.h"
40
 
#include "Introspectable.h"
41
 
#include "StaticCairoText.h"
 
38
#include "unity-shared/IconTexture.h"
 
39
#include "unity-shared/IMTextEntry.h"
 
40
#include "unity-shared/Introspectable.h"
 
41
#include "unity-shared/StaticCairoText.h"
42
42
 
43
43
namespace nux
44
44
{