Blame include/sass.h

Packit Service 7770af
#ifndef SASS_H
Packit Service 7770af
#define SASS_H
Packit Service 7770af
Packit Service 7770af
// #define DEBUG 1
Packit Service 7770af
Packit Service 7770af
// include API headers
Packit Service 7770af
#include <sass/base.h>
Packit Service 7770af
#include <sass/version.h>
Packit Service 7770af
#include <sass/values.h>
Packit Service 7770af
#include <sass/functions.h>
Packit Service 7770af
#include <sass/context.h>
Packit Service 7770af
#include <sass2scss.h>
Packit Service 7770af
Packit Service 7770af
#endif
Packit Service 7770af