From: Peter Steinfeld Date: Fri, 1 Mar 2019 18:28:17 +0000 (-0800) Subject: [flang] Fixed reference to a header file X-Git-Tag: llvmorg-12-init~9537^2~1698 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff665b3938b960761d0d083403f37a99750d4105;p=platform%2Fupstream%2Fllvm.git [flang] Fixed reference to a header file Original-commit: flang-compiler/f18@22f93f0b307384ebe022aa300771fef40039c11e Reviewed-on: https://github.com/flang-compiler/f18/pull/310 --- 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