sapling/clib
Adam Simpkins 5afbd505ef clib: clean up include guards in the C/C++ header files
Summary:
Clean up the include guards to be more consistent and unique.

Some files used include guards like "KEY_H" and "STORE_H" which were not very
unique, and are more likely to collide with definitions provided by header
files from other projects.  Some of the py-*.h files were missing include
guards altogether.

This corresponds to Facebook diff D5588670.

Test Plan: Confirmed the code still builds and passes tests.

Reviewers: #fbhgext, quark

Reviewed By: #fbhgext, quark

Differential Revision: https://phab.mercurial-scm.org/D508
2017-08-25 16:46:07 -07:00
..
portability clib: clean up include guards in the C/C++ header files 2017-08-25 16:46:07 -07:00
buffer.c clib: update C/C++ copyright statements to pass lint checks 2017-08-25 16:46:07 -07:00
buffer.h clib: clean up include guards in the C/C++ header files 2017-08-25 16:46:07 -07:00
convert.h clib: clean up include guards in the C/C++ header files 2017-08-25 16:46:07 -07:00
null_test.c clib: update C/C++ copyright statements to pass lint checks 2017-08-25 16:46:07 -07:00
sha1.h clib: clean up include guards in the C/C++ header files 2017-08-25 16:46:07 -07:00