C++: Move the two implementation imports.

This commit is contained in:
Geoffrey White
2022-05-17 11:03:21 +01:00
parent cf932eb21c
commit 246093d375
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
import cpp
import semmle.code.cpp.ir.dataflow.DataFlow
import Xerces
import Libxml2
/**
* A flow state representing a possible configuration of an XML object.

View File

@@ -14,8 +14,6 @@
import cpp
import XML
import Xerces
import Libxml2
import DataFlow::PathGraph
/**