~marmuta/onboardosk/trunk

« back to all changes in this revision

Viewing changes to src/libonboardosk/autoshow.h

  • Committer: marmuta
  • Date: 2017-08-23 22:00:55 UTC
  • mfrom: (0.1.25 onboardosk)
  • Revision ID: marmvta@gmail.com-20170823220055-4y6meaas01uct8wm
Attempt at reducing include dependencies. Marginally effective.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include <vector>
5
5
 
 
6
#include "tools/border_fwd.h"
6
7
#include "tools/noneable.h"
7
 
#include "tools/rect.h"
 
8
#include "tools/point_decl.h"
 
9
#include "tools/rect_fwd.h"
8
10
 
9
11
#include "onboardoskglobals.h"
10
12
#include "uielementdecls.h"