From c6a13f0b6e4256964210150b62d6841c38148b9f Mon Sep 17 00:00:00 2001 From: andy5995 Date: Wed, 2 Jan 2019 18:05:44 -0600 Subject: [PATCH] src/app.h:remove unneeded #include (tm_tag.h) This is already #included in [tm_workspace.h](https://github.com/geany/geany/blob/969e00a03f4e7d80f138498de78bb762cf844e60/src/tagmanager/tm_workspace.h#L16) --- src/app.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.h b/src/app.h index 82f4722160..a2687e7a24 100644 --- a/src/app.h +++ b/src/app.h @@ -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"