summaryrefslogtreecommitdiff
path: root/src/select/propset.h
blob: 0306946a528808075ea9b737ccde708ec79d9beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * This file is part of LibCSS
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2009 John-Mark Bell <jmb@netsurf-browser.org>
 */

#ifndef css_select_propset_h_
#define css_select_propset_h_

#include <string.h>

#include <libcss/computed.h>
#include "computed.h"
#include "autogenerated_propset.h"

#endif