libcss
Loading...
Searching...
No Matches
propset.h
Go to the documentation of this file.
1/*
2 * This file is part of LibCSS
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2009 John-Mark Bell <jmb@netsurf-browser.org>
6 */
7
8#ifndef css_select_propset_h_
9#define css_select_propset_h_
10
11#include <string.h>
12
13#include <libcss/computed.h>
14#include "computed.h"
16
17#endif