mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: use std::string instead of strndup()
Allows us to remove the strndup.h header. This code will be even more simple, once core is fully converted away from C-strings. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
177a1a6706
commit
e7a6de3894
6 changed files with 11 additions and 42 deletions
|
@ -24,7 +24,6 @@
|
|||
#include "subsurface-string.h"
|
||||
#include "format.h"
|
||||
#include "membuffer.h"
|
||||
#include "strndup.h"
|
||||
#include "qthelper.h"
|
||||
#include "file.h"
|
||||
#include "errorhelper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue