From: NAKAMURA Takumi Date: Tue, 16 Jun 2015 06:46:16 +0000 (+0000) Subject: llvm/unittests/Support/Path.cpp: Use instead of . X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f55aecb615d6d72680b55ba1d389c5865b25d26f;p=oota-llvm.git llvm/unittests/Support/Path.cpp: Use instead of . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239804 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp index 262d27260ce..210b3a04cb2 100644 --- a/unittests/Support/Path.cpp +++ b/unittests/Support/Path.cpp @@ -16,7 +16,7 @@ #include "gtest/gtest.h" #ifdef LLVM_ON_WIN32 -#include +#include #include #endif