summaryrefslogtreecommitdiff
path: root/src/CfimOfJson.ml
diff options
context:
space:
mode:
authorSon Ho2022-03-03 11:52:34 +0100
committerSon Ho2022-03-03 11:52:34 +0100
commit449c2cef40e1e255666c5564476007027b1a9b21 (patch)
tree4cdd707c663ce90e115fccac1a15d2eb3ec7526b /src/CfimOfJson.ml
parent848874a4eb5d29742f7afa2567bc424871b1c7ef (diff)
Move the names from Identifiers to Names
Diffstat (limited to 'src/CfimOfJson.ml')
-rw-r--r--src/CfimOfJson.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CfimOfJson.ml b/src/CfimOfJson.ml
index e78b157a..d1108913 100644
--- a/src/CfimOfJson.ml
+++ b/src/CfimOfJson.ml
@@ -9,7 +9,7 @@
*)
open Yojson.Basic
-open Identifiers
+open Names
open OfJsonBasic
module T = Types
module V = Values