blob: cc63fb807ac4cc434ea122d575951a75f0f2f726 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#ifndef LIBGAMMA_H
#define LIBGAMMA_H
#include "libgamma-config.h" /* Must be first. */
#include "libgamma-method.h"
#include "libgamma-facade.h"
#include "libgamma-error.h"
#endif
|