Skip to content
Snippets Groups Projects
Commit c91e4ab2 authored by Daniel Malea's avatar Daniel Malea
Browse files

Use C-style include to match style in file (instead of C++ style)

- as per review comment from Dimitry Andric!

llvm-svn: 183039
parent 132c4a26
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
#include "lldb/Core/Timer.h"
#include <ctype.h>
#include <string.h>
#include <cstdlib>
#include <stdlib.h>
using namespace lldb_private;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment