aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test.h
blob: f8fa9f51488a58e96ca298ed42ef07f3029d2efb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* See LICENSE file for copyright and license details. */
#ifndef LIBGAMMA_TEST_TEST_H
#define LIBGAMMA_TEST_TEST_H

#include "update-warnings.h"
#include "methods.h"
#include "errors.h"
#include "crtcinfo.h"
#include "user.h"
#include "ramps.h"

#include <libgamma.h>

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
#include <string.h>

#endif