1#ifndef SASS_MEMORY_H
2#define SASS_MEMORY_H
3
4#include "settings.hpp"
5
6// Include memory headers
7#include "memory/config.hpp"
8#include "memory/allocator.hpp"
9#include "memory/shared_ptr.hpp"
10#include "memory/memory_pool.hpp"
11
12#endif
13

source code of gtk/subprojects/libsass/src/memory.hpp