diff options
Diffstat (limited to 'base/nix/xdg_util.h')
-rw-r--r-- | base/nix/xdg_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/nix/xdg_util.h b/base/nix/xdg_util.h index fc72663..a8b7784 100644 --- a/base/nix/xdg_util.h +++ b/base/nix/xdg_util.h @@ -18,11 +18,10 @@ #error asdf #endif -class FilePath; - namespace base { class Environment; +class FilePath; namespace nix { |