diff options
| author | Peng Wu <alexepico@gmail.com> | 2010-06-18 12:54:18 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2010-06-18 12:54:18 +0800 |
| commit | 3bf430a7b99edf7445e770e8a810aa3a1c39900a (patch) | |
| tree | e1f7973ed3b1439ed1b2a4abd132a27605fe717e /src | |
| parent | 083a07dcd61b744d126398a737055928cbfd5778 (diff) | |
| download | ibus-libpinyin-3bf430a7b99edf7445e770e8a810aa3a1c39900a.tar.gz ibus-libpinyin-3bf430a7b99edf7445e770e8a810aa3a1c39900a.tar.xz ibus-libpinyin-3bf430a7b99edf7445e770e8a810aa3a1c39900a.zip | |
fixes include header.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ExtEditor.cc | 8 | ||||
| -rw-r--r-- | src/ExtEditor.h | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/src/ExtEditor.cc b/src/ExtEditor.cc index ad97384..d01a331 100644 --- a/src/ExtEditor.cc +++ b/src/ExtEditor.cc @@ -18,9 +18,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "ExtEditor.h" + +#include <string> #include "Config.h" +#include "Pointer.h" +#include "LookupTable.h" + +#include "Editor.h" +#include "ExtEditor.h" #define _(text) text // (dgettext (GETTEXT_PACKAGE, text)) diff --git a/src/ExtEditor.h b/src/ExtEditor.h index 9cfae81..f194835 100644 --- a/src/ExtEditor.h +++ b/src/ExtEditor.h @@ -28,10 +28,6 @@ extern "C" { #include <lauxlib.h> #include "lua-plugin.h" } -#include <string> -#include "Editor.h" -#include "Pointer.h" -#include "LookupTable.h" namespace PY { |
