From 528c471f234f634c7cd89e700be29ca8b65f5f18 Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 4 Jun 2020 11:44:04 +0200 Subject: [PATCH] Updated libclangmm submodule --- lib/libclangmm | 2 +- src/compile_commands.cpp | 2 +- src/source_clang.hpp | 2 +- src/usages_clang.hpp | 2 +- tests/usages_clang_test.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libclangmm b/lib/libclangmm index db8a6d5..0e01794 160000 --- a/lib/libclangmm +++ b/lib/libclangmm @@ -1 +1 @@ -Subproject commit db8a6d5b3e47ecd72e45b14baab26c6dbe1b15f0 +Subproject commit 0e0179487b59366d06fb1d3b61fd452c4edd5cb4 diff --git a/src/compile_commands.cpp b/src/compile_commands.cpp index 8a0b928..d9e5ae5 100644 --- a/src/compile_commands.cpp +++ b/src/compile_commands.cpp @@ -1,5 +1,5 @@ #include "compile_commands.hpp" -#include "clangmm.h" +#include "clangmm.hpp" #include "config.hpp" #include "terminal.hpp" #include diff --git a/src/source_clang.hpp b/src/source_clang.hpp index d447aa3..36cbed6 100644 --- a/src/source_clang.hpp +++ b/src/source_clang.hpp @@ -1,6 +1,6 @@ #pragma once #include "autocomplete.hpp" -#include "clangmm.h" +#include "clangmm.hpp" #include "dispatcher.hpp" #include "mutex.hpp" #include "source.hpp" diff --git a/src/usages_clang.hpp b/src/usages_clang.hpp index 82c2b5f..4cd67fb 100644 --- a/src/usages_clang.hpp +++ b/src/usages_clang.hpp @@ -1,5 +1,5 @@ #pragma once -#include "clangmm.h" +#include "clangmm.hpp" #include "mutex.hpp" #include #include diff --git a/tests/usages_clang_test.cpp b/tests/usages_clang_test.cpp index 6b8ec4d..59ab51f 100644 --- a/tests/usages_clang_test.cpp +++ b/tests/usages_clang_test.cpp @@ -1,4 +1,4 @@ -#include "clangmm.h" +#include "clangmm.hpp" #include "compile_commands.hpp" #include "meson.hpp" #include "project.hpp"