瀏覽代碼

manifest -> library_manifest

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
24dfa4bfdb
共有 2 個文件被更改,包括 2 次插入5 次删除
  1. +1
    -1
      src/dds/library_manifest.cpp
  2. +1
    -4
      src/dds/library_manifest.hpp

src/dds/manifest.cpp → src/dds/library_manifest.cpp 查看文件

@@ -1,4 +1,4 @@
#include "./manifest.hpp"
#include "./library_manifest.hpp"

#include <libman/parse.hpp>


src/dds/manifest.hpp → src/dds/library_manifest.hpp 查看文件

@@ -1,5 +1,4 @@
#ifndef DDS_MANIFEST_HPP_INCLUDED
#define DDS_MANIFEST_HPP_INCLUDED
#pragma once

#include <dds/util.hpp>

@@ -15,5 +14,3 @@ struct library_manifest {
};

} // namespace dds

#endif // DDS_MANIFEST_HPP_INCLUDED

Loading…
取消
儲存