CMake/Source/CursesDialog/form
Daniel Pfeifer 1d829c862c Use quotes for non-system includes
Automate with:

git grep -l '#include <cm_' -- Source \
  | xargs sed -i 's/#include <\(cm_.*\)>/#include "\1"/g'

git grep -l '#include <cmsys/' -- Source \
  | xargs sed -i 's/#include <\(cmsys\/.*\)>/#include "\1"/g'

git grep -l '#include <cm[A-Z]' -- Source \
  | xargs sed -i 's/#include <\(cm[A-Z].*\)>/#include "\1"/g'
2017-04-11 22:35:21 +02:00
..
.gitattributes clang-format.bash: Use Git attributes to mark files for formatting 2017-02-22 16:59:26 -05:00
.NoDartCoverage
CMakeLists.txt Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFormConfigure.h.in Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
eti.h
fld_arg.c
fld_attr.c ccmake: Cleanup and simplify conditional blocks for HP-UX 2014-11-18 10:03:35 -05:00
fld_current.c
fld_def.c Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
fld_dup.c
fld_ftchoice.c
fld_ftlink.c Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
fld_info.c
fld_just.c
fld_link.c
fld_max.c
fld_move.c
fld_newftyp.c Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
fld_opts.c
fld_pad.c
fld_page.c
fld_stat.c
fld_type.c
fld_user.c
form.h Use quotes for non-system includes 2017-04-11 22:35:21 +02:00
form.priv.h Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
frm_cursor.c
frm_data.c
frm_def.c Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
frm_driver.c Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
frm_hook.c
frm_opts.c
frm_page.c
frm_post.c ccmake: Use standard getmaxyx instead of non-standard getmax[xy] 2014-11-18 10:02:33 -05:00
frm_req_name.c ccmake: Cleanup and simplify conditional blocks for HP-UX 2014-11-18 10:03:35 -05:00
frm_scale.c
frm_sub.c
frm_user.c
frm_win.c
fty_alnum.c
fty_alpha.c
fty_enum.c Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
fty_int.c
fty_ipv4.c ccmake: Add missing initializers reported by cppcheck 2013-07-15 10:20:00 -04:00
fty_num.c
fty_regex.c Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
llib-lform
mf_common.h
nc_alloc.h
READ.ME