mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-20 07:00:56 +00:00
Remove unused namespace alias
This commit is contained in:
parent
ec0c76d2f3
commit
8682ea522f
2 changed files with 0 additions and 3 deletions
|
|
@ -9,8 +9,6 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
namespace sfs = std::filesystem;
|
||||
|
||||
namespace
|
||||
{
|
||||
// from configfileparser.cpp
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
#include <components/files/conversion.hpp>
|
||||
|
||||
namespace bpo = boost::program_options;
|
||||
namespace sfs = std::filesystem;
|
||||
|
||||
#ifndef _WIN32
|
||||
int main(int argc, char* argv[])
|
||||
|
|
|
|||
Loading…
Reference in a new issue