Skip to content

Commit

Permalink
Duplicate include <string.h> (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-up authored Jun 28, 2024
1 parent 520d288 commit 55166be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reapi/src/precompiled.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#pragma once

// C
#include <string.h>
#include <string.h> // for strncpy(), etc
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h> // for strncpy(), etc

// C++
#include <vector> // std::vector
Expand Down

0 comments on commit 55166be

Please sign in to comment.