File: RenderInline.h

package info (click to toggle)
khtml 5.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,940 kB
  • sloc: cpp: 206,281; java: 4,060; ansic: 2,829; perl: 2,313; yacc: 1,497; python: 339; sh: 141; xml: 37; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#ifndef RenderBox_h
#define RenderBox_h

#include "render_inline.h"

namespace WebCore
{
using namespace khtml;
}

#endif