strat: use consistent include style for lib headers

This commit is contained in:
Michael Scire
2021-09-30 19:21:08 -07:00
parent 7444a68cd1
commit 24d6933145
80 changed files with 144 additions and 144 deletions

View File

@@ -16,9 +16,9 @@
#pragma once
#include "kvdb/kvdb_auto_buffer.hpp"
#include "kvdb/kvdb_bounded_string.hpp"
#include "kvdb/kvdb_archive.hpp"
#include "kvdb/kvdb_memory_key_value_store.hpp"
#include "kvdb/kvdb_file_key_value_store.hpp"
#include "kvdb/kvdb_file_key_value_cache.hpp"
#include <stratosphere/kvdb/kvdb_auto_buffer.hpp>
#include <stratosphere/kvdb/kvdb_bounded_string.hpp>
#include <stratosphere/kvdb/kvdb_archive.hpp>
#include <stratosphere/kvdb/kvdb_memory_key_value_store.hpp>
#include <stratosphere/kvdb/kvdb_file_key_value_store.hpp>
#include <stratosphere/kvdb/kvdb_file_key_value_cache.hpp>