diff mbox series

[15/18] trace-cmd: Move version.h in include/

Message ID 20171220180748.17273-16-vladislav.valtchev@gmail.com (mailing list archive)
State Superseded, archived
Headers show
Series trace-cmd: restructure the project's source tree | expand

Commit Message

Vladislav Valtchev (VMware) Dec. 20, 2017, 6:07 p.m. UTC
This trivial patch just moves the only header file remained in project's root
directory to the include/ directory, common for all of the trace-cmd's
sub-projects.

Signed-off-by: Vladislav Valtchev (VMware) <vladislav.valtchev@gmail.com>
---
 version.h => include/version.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename version.h => include/version.h (100%)
diff mbox series

Patch

diff --git a/version.h b/include/version.h
similarity index 100%
rename from version.h
rename to include/version.h