Move typedefs out of geany.h and into their own headers
commitfec15c61c4a8e5c1f8054b17d21a599790ed1b5c
authorMatthew Brush <matt@geany.org>
Sun, 18 May 2014 23:20:25 +0000 (18 16:20 -0700)
committerMatthew Brush <matt@geany.org>
Wed, 21 May 2014 19:18:25 +0000 (21 12:18 -0700)
treeca0a95301b6a980c68dfb28b5bc1e6ac181c5518
parent23d9cad7dcbc93e5f6cfcc5688bc928692c11bcd
Move typedefs out of geany.h and into their own headers

This helps to avoid the requirement that geany.h be included before
using any of the changed headers.
17 files changed:
src/build.h
src/dialogs.h
src/document.h
src/editor.h
src/filetypes.h
src/geany.h
src/geanyobject.h
src/highlighting.h
src/notebook.h
src/plugindata.h
src/printing.h
src/search.h
src/sidebar.h
src/symbols.h
src/templates.h
src/tools.h
src/ui_utils.h