Rename xkbcomp/misc.h to xkbcomp-priv.h and use it
authorRan Benita <ran234@gmail.com>
Tue, 8 May 2012 10:57:07 +0000 (13:57 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 8 May 2012 16:29:41 +0000 (17:29 +0100)
commit33273304f2a5526d1fbae0837b0ab58c2dc2db4c
tree657dcb1810357bf27524672ce66325da3375def0
parentdccdf32cc4dddc694b057296e8d6a4fb0506eb7c
Rename xkbcomp/misc.h to xkbcomp-priv.h and use it

The include dependencies were quite convoluted, where you change the
order and get a ton of errors. Instead, change one file to act as the
internal interface for the xkbcomp files, and make every file use it.

Also drop the pointless "xkb" prefix to file names.

Signed-off-by: Ran Benita <ran234@gmail.com>
30 files changed:
Makefile.am
src/xkbcomp/.gitignore
src/xkbcomp/action.c
src/xkbcomp/action.h
src/xkbcomp/alias.c
src/xkbcomp/alias.h
src/xkbcomp/compat.c
src/xkbcomp/expr.c
src/xkbcomp/expr.h
src/xkbcomp/indicators.c
src/xkbcomp/indicators.h
src/xkbcomp/keycodes.c
src/xkbcomp/keycodes.h
src/xkbcomp/keymap.c
src/xkbcomp/keytypes.c
src/xkbcomp/misc.c
src/xkbcomp/parser.y [moved from src/xkbcomp/xkbparse.y with 99% similarity]
src/xkbcomp/parseutils.c
src/xkbcomp/parseutils.h
src/xkbcomp/path.c [moved from src/xkbcomp/xkbpath.c with 98% similarity]
src/xkbcomp/scanner.l [moved from src/xkbcomp/xkbscan.l with 99% similarity]
src/xkbcomp/symbols.c
src/xkbcomp/vmod.c
src/xkbcomp/vmod.h
src/xkbcomp/xkbcomp-priv.h [moved from src/xkbcomp/misc.h with 82% similarity]
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbcomp.h
src/xkbcomp/xkbpath.h [deleted file]
src/xkbmisc.h
src/xkbrules.h