summaryrefslogtreecommitdiff
path: root/src/select/propget.h
blob: 41298f14882629f386aa6ce2aa29aed2e74d1a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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_propget_h_
#define css_select_propget_h_

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

#endif