< prev index next >

test/jdk/com/sun/tools/jextract/jclang-ffi/src/jdk/internal/clang/SourceRange.java

Print this page

        

@@ -21,12 +21,12 @@
  * questions.
  */
 package jdk.internal.clang;
 
 import java.nio.ByteBuffer;
-import static clang.Index.CXSourceLocation;
-import static clang.Index.CXSourceRange;
+import static clang.Index_h.CXSourceLocation;
+import static clang.Index_h.CXSourceRange;
 
 public class SourceRange {
     final CXSourceRange range;
 
     SourceRange(CXSourceRange range) {
< prev index next >