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:
parent
a636badc59
commit
aff3e4f9dc
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "geany.h"
|
||||
#include "build.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user