about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/symbol-table.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/symbol-table.hh')
-rw-r--r--third_party/nix/src/libexpr/symbol-table.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/nix/src/libexpr/symbol-table.hh b/third_party/nix/src/libexpr/symbol-table.hh
index 5005bb416b..df696c9e1a 100644
--- a/third_party/nix/src/libexpr/symbol-table.hh
+++ b/third_party/nix/src/libexpr/symbol-table.hh
@@ -3,11 +3,9 @@
 #include <absl/container/node_hash_set.h>
 #include <absl/strings/string_view.h>
 
-#include "types.hh"
-
 namespace nix {  // TODO(tazjin): ::expr
 
- // TODO(tazjin): Replace with a simpler struct, or get rid of.
+// TODO(tazjin): Replace with a simpler struct, or get rid of.
 class Symbol {
  private:
   const std::string* s;  // pointer into SymbolTable