SF.5: prefer relative import to absolute one (#1944)

Signed-off-by: Daniel Kříž <Daniel.kriz@protonmail.com>
pull/1967/head
Daniel Kříž 3 years ago committed by GitHub
parent 1aafa24880
commit 6476b15070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19263,7 +19263,7 @@ The errors will not be caught until link time for a program calling `bar` or `fo
int foobar(int);
// foo.cpp:
#include <foo.h>
#include "foo.h"
void foo(int) { /* ... */ }
int bar(double) { /* ... */ }

Loading…
Cancel
Save