~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to plugins/geanyplugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
20
 *      MA 02110-1301, USA.
21
21
 *
22
 
 * $Id: geanyplugin.h 4630 2010-01-31 21:54:47Z eht16 $
 
22
 * $Id: geanyplugin.h 4790 2010-03-30 16:29:38Z ntrel $
23
23
 */
24
24
 
25
25
/**
34
34
#include "geany.h"
35
35
#include "plugindata.h"
36
36
 
37
 
#include "dialogs.h"
 
37
/* Note: only include headers that define types or macros, not just functions */
38
38
#include "document.h"
39
39
#include "editor.h"
40
40
#include "encodings.h"
41
41
#include "filetypes.h"
42
42
#include "highlighting.h"
43
43
#include "keybindings.h"
44
 
#include "main.h"
45
44
#include "msgwindow.h"
46
 
#include "plugins.h"
47
45
#include "prefs.h"
48
46
#include "project.h"
49
 
#include "sciwrappers.h"
50
47
#include "search.h"
 
48
#include "stash.h"
51
49
#include "support.h"
52
50
#include "templates.h"
53
51
#include "toolbar.h"