diff --git a/cpp/ql/src/semmle/code/cpp/XML.qll b/cpp/ql/src/semmle/code/cpp/XML.qll index 21e48302788..149fe4c6c04 100644 --- a/cpp/ql/src/semmle/code/cpp/XML.qll +++ b/cpp/ql/src/semmle/code/cpp/XML.qll @@ -2,7 +2,7 @@ * Provides classes and predicates for working with XML files and their content. */ -import semmle.code.cpp.Location +import semmle.files.FileSystem /** An XML element that has a location. */ abstract class XMLLocatable extends @xmllocatable { diff --git a/java/ql/src/semmle/code/xml/XML.qll b/java/ql/src/semmle/code/xml/XML.qll index 98f37ad5039..f1fe300e865 100755 --- a/java/ql/src/semmle/code/xml/XML.qll +++ b/java/ql/src/semmle/code/xml/XML.qll @@ -2,7 +2,7 @@ * Provides classes and predicates for working with XML files and their content. */ -import semmle.code.Location +import semmle.files.FileSystem /** An XML element that has a location. */ abstract class XMLLocatable extends @xmllocatable { diff --git a/javascript/ql/src/semmle/javascript/XML.qll b/javascript/ql/src/semmle/javascript/XML.qll index af06cedcbcd..f1fe300e865 100755 --- a/javascript/ql/src/semmle/javascript/XML.qll +++ b/javascript/ql/src/semmle/javascript/XML.qll @@ -2,7 +2,7 @@ * Provides classes and predicates for working with XML files and their content. */ -import javascript +import semmle.files.FileSystem /** An XML element that has a location. */ abstract class XMLLocatable extends @xmllocatable { diff --git a/python/ql/src/semmle/python/xml/XML.qll b/python/ql/src/semmle/python/xml/XML.qll index b98717cd86c..c0dc4fc7223 100755 --- a/python/ql/src/semmle/python/xml/XML.qll +++ b/python/ql/src/semmle/python/xml/XML.qll @@ -2,7 +2,7 @@ * A library for working with XML files and their content. */ -import semmle.python.Files +import semmle.files.FileSystem /** An XML element that has a location. */ abstract class XMLLocatable extends @xmllocatable {