Skip to content

Commit e4f9d08

Browse files
committed
Post-merge fixes
1 parent 9118d19 commit e4f9d08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flang/include/flang/Runtime/CUDA/allocatable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef FORTRAN_RUNTIME_CUDA_ALLOCATABLE_H_
1010
#define FORTRAN_RUNTIME_CUDA_ALLOCATABLE_H_
1111

12-
#include "flang/Runtime/descriptor.h"
12+
#include "flang/Runtime/descriptor-consts.h"
1313
#include "flang/Runtime/entry-names.h"
1414

1515
namespace Fortran::runtime::cuda {

flang/include/flang/Runtime/CUDA/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef FORTRAN_RUNTIME_CUDA_COMMON_H_
1010
#define FORTRAN_RUNTIME_CUDA_COMMON_H_
1111

12-
#include "flang/Runtime/descriptor.h"
12+
#include "flang/Runtime/descriptor-consts.h"
1313
#include "flang/Runtime/entry-names.h"
1414

1515
static constexpr unsigned kHostToDevice = 0;

flang/include/flang/Runtime/CUDA/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef FORTRAN_RUNTIME_CUDA_MEMORY_H_
1010
#define FORTRAN_RUNTIME_CUDA_MEMORY_H_
1111

12-
#include "flang/Runtime/descriptor.h"
12+
#include "flang/Runtime/descriptor-consts.h"
1313
#include "flang/Runtime/entry-names.h"
1414
#include <cstddef>
1515

0 commit comments

Comments
 (0)