aboutsummaryrefslogtreecommitdiff
path: root/gold/dirsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/dirsearch.h')
-rw-r--r--gold/dirsearch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/dirsearch.h b/gold/dirsearch.h
index 3beb143..8b6ba59 100644
--- a/gold/dirsearch.h
+++ b/gold/dirsearch.h
@@ -6,12 +6,13 @@
#include <string>
#include <list>
-#include "options.h"
#include "workqueue.h"
namespace gold
{
+class General_options;
+
// A simple interface to manage directories to be searched for
// libraries.