Skip to content

Commit b260394

Browse files
alyssaisxzyfer
authored andcommitted
Add comment about order to all sass.hpp includes
1 parent 337e30e commit b260394

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+145
-5
lines changed

src/ast.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#ifndef SASS_AST_H
22
#define SASS_AST_H
33

4+
// sass.hpp must go before all system headers to get the
5+
// __EXTENSIONS__ fix on Solaris.
46
#include "sass.hpp"
7+
58
#include <set>
69
#include <deque>
710
#include <vector>

src/ast2c.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// sass.hpp must go before all system headers to get the
2+
// __EXTENSIONS__ fix on Solaris.
13
#include "sass.hpp"
4+
25
#include "ast2c.hpp"
36
#include "ast.hpp"
47

src/ast_sel_cmp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// sass.hpp must go before all system headers to get the
2+
// __EXTENSIONS__ fix on Solaris.
13
#include "sass.hpp"
4+
25
#include "ast.hpp"
36
#include "context.hpp"
47
#include "node.hpp"

src/ast_selectors.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#ifndef SASS_AST_SEL_H
22
#define SASS_AST_SEL_H
33

4+
// sass.hpp must go before all system headers to get the
5+
// __EXTENSIONS__ fix on Solaris.
46
#include "sass.hpp"
7+
58
#include <set>
69
#include <deque>
710
#include <vector>

src/ast_supports.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// sass.hpp must go before all system headers to get the
2+
// __EXTENSIONS__ fix on Solaris.
13
#include "sass.hpp"
4+
25
#include "ast.hpp"
36
#include "context.hpp"
47
#include "node.hpp"
@@ -124,4 +127,4 @@ namespace Sass {
124127
/////////////////////////////////////////////////////////////////////////
125128
/////////////////////////////////////////////////////////////////////////
126129

127-
}
130+
}

src/ast_supports.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#ifndef SASS_AST_SUPPORTS_H
22
#define SASS_AST_SUPPORTS_H
33

4+
// sass.hpp must go before all system headers to get the
5+
// __EXTENSIONS__ fix on Solaris.
46
#include "sass.hpp"
7+
58
#include <set>
69
#include <deque>
710
#include <vector>

src/ast_values.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// sass.hpp must go before all system headers to get the
2+
// __EXTENSIONS__ fix on Solaris.
13
#include "sass.hpp"
4+
25
#include "ast.hpp"
36
#include "context.hpp"
47
#include "node.hpp"

src/ast_values.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#ifndef SASS_AST_VALUES_H
22
#define SASS_AST_VALUES_H
33

4+
// sass.hpp must go before all system headers to get the
5+
// __EXTENSIONS__ fix on Solaris.
46
#include "sass.hpp"
7+
58
#include <set>
69
#include <deque>
710
#include <vector>

src/base64vlq.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// sass.hpp must go before all system headers to get the
2+
// __EXTENSIONS__ fix on Solaris.
13
#include "sass.hpp"
4+
25
#include "base64vlq.hpp"
36

47
namespace Sass {

src/check_nesting.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// sass.hpp must go before all system headers to get the
2+
// __EXTENSIONS__ fix on Solaris.
13
#include "sass.hpp"
4+
25
#include <vector>
36

47
#include "check_nesting.hpp"

0 commit comments

Comments
 (0)