summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcommon/lldependencies.h3
-rw-r--r--indra/llcommon/llevents.h5
2 files changed, 5 insertions, 3 deletions
diff --git a/indra/llcommon/lldependencies.h b/indra/llcommon/lldependencies.h
index 950af4a4ad..e225119dfb 100644
--- a/indra/llcommon/lldependencies.h
+++ b/indra/llcommon/lldependencies.h
@@ -30,6 +30,8 @@
#if ! defined(LL_LLDEPENDENCIES_H)
#define LL_LLDEPENDENCIES_H
+#include "linden_common.h"
+#include "llexception.h"
#include <string>
#include <vector>
#include <set>
@@ -40,7 +42,6 @@
#include <boost/range/iterator_range.hpp>
#include <boost/function.hpp>
#include <boost/bind.hpp>
-#include "llexception.h"
/*****************************************************************************
* Utilities
diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h
index 15d1d5035c..2cc1f91408 100644
--- a/indra/llcommon/llevents.h
+++ b/indra/llcommon/llevents.h
@@ -49,10 +49,11 @@
#endif
#include <boost/optional/optional.hpp>
-#include "llsd.h"
-#include "llsingleton.h"
#include "lldependencies.h"
#include "llexception.h"
+#include "llmutex.h"
+#include "llsd.h"
+#include "llsingleton.h"
// hack for testing
#ifndef testable