rename *.hpp -> *.h

This commit is contained in:
silverweed 2024-09-06 16:09:11 +02:00
parent ef6a48351b
commit f285609562
3 changed files with 2 additions and 2 deletions

View file

@ -51,8 +51,8 @@
#include "root/RMicroFileReader.hxx"
#include "types.h"
#include "defer.hpp"
#include "prof.hpp"
#include "defer.h"
#include "prof.h"
#include "mem.h"
#include "str.h"
#include "rntuple.h"