Don't include geany.h

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@595 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-07-20 21:16:12 +00:00
parent a636badc59
commit aff3e4f9dc
3 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,7 @@
*/
#include "geany.h"
#include "build.h"
#include <stdlib.h>

View File

@ -24,8 +24,6 @@
#ifndef GEANY_BUILD_H
#define GEANY_BUILD_H 1
#include "geany.h"
GPid build_make_file(gint idx, gboolean cust_target);
GPid build_compile_file(gint idx);

View File

@ -23,7 +23,8 @@
#ifndef GEANY_SCIWRAPPERS_H
#define GEANY_SCIWRAPPERS_H 1
#include "geany.h"
#include "Scintilla.h"
#include "ScintillaWidget.h"
void sci_set_line_numbers (ScintillaObject* sci, gboolean set, gint extra_width);