summaryrefslogtreecommitdiff
path: root/port
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2015-10-12 13:47:35 -0700
committerChris Mumford <cmumford@chromium.org>2015-12-09 10:35:07 -0800
commitf8d205cf89819bfa0010e19ec091ad8b1d95f204 (patch)
tree8cfba4a080894c79965e94be4bf8c88eaefad20f /port
parent889de31a5a8bc62d1c93cf7c0a2dcbfb0a2c979b (diff)
downloadleveldb-f8d205cf89819bfa0010e19ec091ad8b1d95f204.tar.gz
Including atomic_pointer.h in port_posix
A recent CL (104348226) created the port_posix library, but omitted: port/atomic_pointer.h. And when: [] test third_party/leveldb:all was run this error was reported: //third_party/leveldb:port_posix does not depend on a module exporting 'third_party/leveldb/port/atomic_pointer.h' ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=105243399
Diffstat (limited to 'port')
-rw-r--r--port/port_posix.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/port/port_posix.cc b/port/port_posix.cc
index 5ba127a..30e8007 100644
--- a/port/port_posix.cc
+++ b/port/port_posix.cc
@@ -7,7 +7,6 @@
#include <cstdlib>
#include <stdio.h>
#include <string.h>
-#include "util/logging.h"
namespace leveldb {
namespace port {