aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2019-12-15 12:25:40 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2019-12-15 12:36:15 -0800
commitda2569827eee497f5026c2d8e0a0df7e8a1422c3 (patch)
tree89ccc3b375a300c52640c2ea385753ca642e98e0 /src
parent35959a31d7f58fe9f787649b4302944e9afe4024 (diff)
downloadfmtlib-da2569827eee497f5026c2d8e0a0df7e8a1422c3.tar.gz
posix.cc -> os.cc
Diffstat (limited to 'src')
-rw-r--r--src/os.cc (renamed from src/posix.cc)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/posix.cc b/src/os.cc
index 46e0d6cd..acec6cfc 100644
--- a/src/posix.cc
+++ b/src/os.cc
@@ -1,4 +1,4 @@
-// A C++ interface to POSIX functions.
+// Formatting library for C++ - optional OS-specific functionality
//
// Copyright (c) 2012 - 2016, Victor Zverovich
// All rights reserved.
@@ -10,7 +10,6 @@
# define _CRT_SECURE_NO_WARNINGS
#endif
-#include "fmt/posix.h"
#include "fmt/os.h"
#include <climits>