From 8ffcd488dd2c2bddbc81bef9355dfc8933740f78 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Wed, 23 May 2018 17:35:20 +0200 Subject: [PATCH] hide away the place where to find git-revision.h since this should be done in the Makefile. --- src/musredit_qt5/musredit/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musredit_qt5/musredit/main.cpp b/src/musredit_qt5/musredit/main.cpp index 950b6682..c4132ab9 100644 --- a/src/musredit_qt5/musredit/main.cpp +++ b/src/musredit_qt5/musredit/main.cpp @@ -32,7 +32,7 @@ using namespace std; #include -#include "../include/git-revision.h" +#include "git-revision.h" #include "PTextEdit.h" #include "PFitOutputHandler.h"