Refactored cx utils to clang_utils
This commit is contained in:
@@ -612,7 +612,7 @@ bool diagram_filter::should_include<std::string>(const std::string &name) const
|
||||
if (name.empty())
|
||||
return false;
|
||||
|
||||
auto [ns, n] = cx::util::split_ns(name);
|
||||
auto [ns, n] = common::split_ns(name);
|
||||
|
||||
return should_include(ns, n);
|
||||
}
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "class_diagram/model/diagram.h"
|
||||
#include "common/clang_utils.h"
|
||||
#include "common/model/diagram.h"
|
||||
#include "common/model/element.h"
|
||||
#include "common/model/enums.h"
|
||||
#include "common/model/namespace.h"
|
||||
#include "config/config.h"
|
||||
#include "cx/util.h"
|
||||
#include "diagram.h"
|
||||
#include "include_diagram/model/diagram.h"
|
||||
#include "source_file.h"
|
||||
|
||||
Reference in New Issue
Block a user