From ff665b3938b960761d0d083403f37a99750d4105 Mon Sep 17 00:00:00 2001 From: Peter Steinfeld Date: Fri, 1 Mar 2019 10:28:17 -0800 Subject: [PATCH] [flang] Fixed reference to a header file Original-commit: flang-compiler/f18@22f93f0b307384ebe022aa300771fef40039c11e Reviewed-on: https://github.com/flang-compiler/f18/pull/310 --- flang/lib/common/default-kinds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/lib/common/default-kinds.h b/flang/lib/common/default-kinds.h index 7d757d0..3190134 100644 --- a/flang/lib/common/default-kinds.h +++ b/flang/lib/common/default-kinds.h @@ -15,7 +15,7 @@ #ifndef FORTRAN_COMMON_DEFAULT_KINDS_H_ #define FORTRAN_COMMON_DEFAULT_KINDS_H_ -#include "../common/Fortran.h" +#include "Fortran.h" // Represent the default values of the kind parameters of the // various intrinsic types. These can be configured by means of -- 2.7.4