~samuel-thibault/compiz/clone

« back to all changes in this revision

Viewing changes to include/core/plugin.h

  • Committer: Daniel van Vugt
  • Date: 2012-01-12 06:48:58 UTC
  • mfrom: (2908 compiz-core)
  • mto: (2908.6.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 2916.
  • Revision ID: vanvugt@gmail.com-20120112064858-xcu22jq1dlerirmp
Merge with upstream changes (lp:compiz-core).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef _COMPIZ_PLUGIN_H
27
27
#define _COMPIZ_PLUGIN_H
28
28
 
29
 
#include <compiz.h>
 
29
#include <core/string.h>
30
30
#include <core/option.h>
31
31
#include <core/privateunion.h>
32
32