Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-03-21 19:17:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-22 18:10:08 +0300
commit161393805f606089959f04b7656bd33b9b91311f (patch)
tree945863eb60b5a4702204cd065d4bf0fcf489b392 /extern/glog/src/config.h
parentcfe43f8d1af2183a115414abd56a899d116be27d (diff)
Update Google libraries
This commit updates: - gflags 2.2.0 -> 2.2.1 - glog 0.3.4 -> 0.3.4 - gmock 1.7.0 -> 1.8.0 - gtest 1.7.0 -> 1.8.0
Diffstat (limited to 'extern/glog/src/config.h')
-rw-r--r--extern/glog/src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/extern/glog/src/config.h b/extern/glog/src/config.h
index 2703b7ba9dd..f5c9c0b0a7b 100644
--- a/extern/glog/src/config.h
+++ b/extern/glog/src/config.h
@@ -14,6 +14,4 @@
#include "windows/config.h"
#elif defined(__GNU__)
#include "config_hurd.h"
-#elif defined(__HAIKU__)
- #include "config_haiku.h"
#endif