summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include/smart_objects/number_schema_item.h
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-07-17 13:29:43 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-07-17 13:29:43 -0400
commitaed926cab3ed2cbdb8291cc92c3c61a6ab327555 (patch)
treef12df4369bb2b75389f281c5d883662f0becb64a /src/components/smart_objects/include/smart_objects/number_schema_item.h
parentc7748917dc489311f271eb96804307a8e0046733 (diff)
downloadsdl_core-feature/STL_sharedptr_implementation.tar.gz
General cleanup, rename shared_ptr.h -> shared_ptr_helpers.hfeature/STL_sharedptr_implementation
Remove extra includes and usings and unintentional find-replace errors
Diffstat (limited to 'src/components/smart_objects/include/smart_objects/number_schema_item.h')
-rw-r--r--src/components/smart_objects/include/smart_objects/number_schema_item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/smart_objects/include/smart_objects/number_schema_item.h b/src/components/smart_objects/include/smart_objects/number_schema_item.h
index b647a25a43..2af8a483ea 100644
--- a/src/components/smart_objects/include/smart_objects/number_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/number_schema_item.h
@@ -35,7 +35,7 @@
#include <typeinfo>
#include <limits>
-#include "utils/shared_ptr.h"
+#include "utils/shared_ptr_helpers.h"
#include "smart_objects/default_shema_item.h"
#include "smart_objects/schema_item_parameter.h"
#include "utils/convert_utils.h"