remove unneeded #include (tm_tag.h) (#2034)

Fixes the FIXME comment in the code.
This commit is contained in:
Andy Alt 2019-03-06 01:59:20 -06:00 committed by elextr
parent 806e762a0a
commit b8cdfddf98

View File

@ -28,7 +28,6 @@
#ifndef GEANY_APP_H
#define GEANY_APP_H 1
#include "tm_tag.h" /* FIXME: should be included in tm_workspace.h */
#include "tm_workspace.h"
#include "project.h"