From ff5bfc1c89b5b52588a128e90399bdac804a0b44 Mon Sep 17 00:00:00 2001 From: liaogang Date: Thu, 17 Aug 2017 10:23:59 +0800 Subject: [PATCH] Google style for header file includes --- paddle/memory/memory.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paddle/memory/memory.cc b/paddle/memory/memory.cc index 99c62b50ee..be346325c2 100644 --- a/paddle/memory/memory.cc +++ b/paddle/memory/memory.cc @@ -13,14 +13,13 @@ See the License for the specific language governing permissions and limitations under the License. */ #include "paddle/memory/memory.h" -#include "paddle/memory/detail/buddy_allocator.h" -#include "paddle/memory/detail/system_allocator.h" #include // for transfrom #include // for memcpy #include // for call_once -#include "glog/logging.h" +#include "paddle/memory/detail/buddy_allocator.h" +#include "paddle/memory/detail/system_allocator.h" namespace paddle { namespace memory { -- GitLab