Browse Source

manifest -> library_manifest

default_compile_flags
vector-of-bool 5 years ago
parent
commit
24dfa4bfdb
2 changed files with 2 additions and 5 deletions
  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 View File

#include "./manifest.hpp"
#include "./library_manifest.hpp"


#include <libman/parse.hpp> #include <libman/parse.hpp>



src/dds/manifest.hpp → src/dds/library_manifest.hpp View File

#ifndef DDS_MANIFEST_HPP_INCLUDED
#define DDS_MANIFEST_HPP_INCLUDED
#pragma once


#include <dds/util.hpp> #include <dds/util.hpp>


}; };


} // namespace dds } // namespace dds

#endif // DDS_MANIFEST_HPP_INCLUDED

Loading…
Cancel
Save