diff options
Diffstat (limited to 'src/common/confline.h')
-rw-r--r-- | src/common/confline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/confline.h b/src/common/confline.h index 772a9bbbdc..4cc8286fc3 100644 --- a/src/common/confline.h +++ b/src/common/confline.h @@ -1,13 +1,13 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2017, The Tor Project, Inc. */ + * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef TOR_CONFLINE_H #define TOR_CONFLINE_H -#include "container.h" +#include "common/container.h" /** Ordinary configuration line. */ #define CONFIG_LINE_NORMAL 0 |